aboutsummaryrefslogtreecommitdiff
path: root/www/node/files/patch-deps_openssl_config_bn__conf__asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/node/files/patch-deps_openssl_config_bn__conf__asm.h')
-rw-r--r--www/node/files/patch-deps_openssl_config_bn__conf__asm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/node/files/patch-deps_openssl_config_bn__conf__asm.h b/www/node/files/patch-deps_openssl_config_bn__conf__asm.h
deleted file mode 100644
index 0d2a636e2676..000000000000
--- a/www/node/files/patch-deps_openssl_config_bn__conf__asm.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- deps/openssl/config/bn_conf_asm.h.orig 2018-05-11 12:01:43 UTC
-+++ deps/openssl/config/bn_conf_asm.h
-@@ -21,8 +21,8 @@
- # include "./archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h"
- #elif defined(_WIN32) && defined(_M_X64)
- # include "./archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h"
--#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
--# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h"
-+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
-+//# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h"
- #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
- # include "./archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h"
- #elif defined(__sun) && defined(__i386__)