Skip to content

Commit 1bcf29e

Browse files
Shigeki OhtsuTooTallNate
authored andcommitted
openssl: disable EC_NISTP_64_GCC_128 on ia32
uint128_t won't work on 32-bit platform Closes nodejs#4008.
1 parent 10ba95c commit 1bcf29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/openssl/openssl.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@
686686
}],
687687
['target_arch=="ia32"', {
688688
'variables': {'openssl_config_path': 'config/piii'},
689+
'defines': [
690+
'OPENSSL_NO_EC_NISTP_64_GCC_128'
691+
],
689692
'sources': [
690693
'openssl/crypto/bn/bn_asm.c',
691694
]

0 commit comments

Comments
 (0)