Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
openssl: disable EC_NISTP_64_GCC_128 on ia32
Browse files Browse the repository at this point in the history
uint128_t won't work on 32-bit platform

Closes #4008.
  • Loading branch information
Shigeki Ohtsu authored and TooTallNate committed Sep 13, 2012
1 parent 10ba95c commit 1bcf29e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/openssl/openssl.gyp
Expand Up @@ -686,6 +686,9 @@
}],
['target_arch=="ia32"', {
'variables': {'openssl_config_path': 'config/piii'},
'defines': [
'OPENSSL_NO_EC_NISTP_64_GCC_128'
],
'sources': [
'openssl/crypto/bn/bn_asm.c',
]
Expand Down

0 comments on commit 1bcf29e

Please sign in to comment.