aboutsummaryrefslogtreecommitdiff
path: root/www/node/files/patch-deps_openssl_config_opensslconf__asm.h
blob: 814bd24dc30091bdc43d43c0664a413011cedace (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- deps/openssl/config/opensslconf_asm.h.orig	2018-05-11 11:27:00 UTC
+++ deps/openssl/config/opensslconf_asm.h
@@ -108,8 +108,8 @@
 # include "./archs/VC-WIN32/asm/include/openssl/opensslconf.h"
 #elif defined(_WIN32) && defined(_M_X64)
 # include "./archs/VC-WIN64A/asm/include/openssl/opensslconf.h"
-#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
-# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h"
+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
+//# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h"
 #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
 # include "./archs/BSD-x86_64/asm/include/openssl/opensslconf.h"
 #elif defined(__sun) && defined(__i386__)