$OpenBSD: patch-deps_openssl_openssl_asm_gypi,v 1.2 2021/09/06 13:27:41 sthen Exp $

Index: deps/openssl/openssl_asm.gypi
--- deps/openssl/openssl_asm.gypi.orig
+++ deps/openssl/openssl_asm.gypi
@@ -24,6 +24,8 @@
       'includes': ['config/archs/linux-elf/asm/openssl.gypi'],
     }, 'target_arch=="ia32" and OS=="mac"', {
       'includes': ['config/archs/darwin-i386-cc/asm/openssl.gypi'],
+    }, 'target_arch=="ia32" and OS=="openbsd"', {
+      'includes': ['config/archs/BSD-x86-elf/asm/openssl.gypi'],
     }, 'target_arch=="ia32" and OS=="solaris"', {
       'includes': ['config/archs/solaris-x86-gcc/asm/openssl.gypi'],
     }, 'target_arch=="ia32" and OS=="win"', {
@@ -50,6 +52,8 @@
       'includes': ['config/archs/BSD-x86_64/asm/openssl.gypi'],
     }, 'target_arch=="x64" and OS=="mac"', {
       'includes': ['config/archs/darwin64-x86_64-cc/asm/openssl.gypi'],
+    }, 'target_arch=="x64" and OS=="openbsd"', {
+      'includes': ['config/archs/BSD-x86_64/asm/openssl.gypi'],
     }, 'target_arch=="x64" and OS=="solaris"', {
       'includes': ['config/archs/solaris64-x86_64-gcc/asm/openssl.gypi'],
     }, 'target_arch=="x64" and OS=="win"', {
