summaryrefslogtreecommitdiff
path: root/deps/openssl/config
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2014-12-09 15:16:55 +0100
committerBert Belder <bertbelder@gmail.com>2014-12-09 17:46:51 +0100
commit4ccc5a64cedbd5d6864a502f127725bb6b925a46 (patch)
tree393fd2300f264a917f5ba05f20f67c4693e11ba8 /deps/openssl/config
parent878cc3e532ec5feb7145ba0523db2c6383df748b (diff)
downloadandroid-node-v8-4ccc5a64cedbd5d6864a502f127725bb6b925a46.tar.gz
android-node-v8-4ccc5a64cedbd5d6864a502f127725bb6b925a46.tar.bz2
android-node-v8-4ccc5a64cedbd5d6864a502f127725bb6b925a46.zip
Revert "openssl: don't define SIXTY_FOUR_BIT_LONG on Windows"
This reverts commit 878cc3e532ec5feb7145ba0523db2c6383df748b. Reverted for breaking the x86_64 Linux build: In file included from ../deps/openssl/openssl/include/openssl/bn.h:1:0, from ../deps/openssl/openssl/crypto/bn/asm/../bn_lcl.h:115, from ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:1: ../deps/openssl/openssl/include/openssl/../../crypto/bn/bn.h:813:20: note: previous declaration of 'bn_add_words' was here BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num); ^ ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:210:15: error: conflicting types for 'bn_sub_words' BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n)
Diffstat (limited to 'deps/openssl/config')
-rw-r--r--deps/openssl/config/opensslconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/config/opensslconf.h b/deps/openssl/config/opensslconf.h
index fb4c6c5710..37e5c4f54a 100644
--- a/deps/openssl/config/opensslconf.h
+++ b/deps/openssl/config/opensslconf.h
@@ -221,7 +221,7 @@
# undef SIXTEEN_BIT
# undef EIGHT_BIT
# if defined(_M_X64) || defined(__x86_64__)
-# if !defined(_WIN32) && !defined(_LP64)
+# if defined(_WIN64) || defined(_LP64)
# define SIXTY_FOUR_BIT_LONG
# else
# define SIXTY_FOUR_BIT