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

openssl: disable EC_NISTP_64_GCC_128 on ia32 #4008

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions deps/openssl/openssl.gyp
Expand Up @@ -686,6 +686,9 @@
}], }],
['target_arch=="ia32"', { ['target_arch=="ia32"', {
'variables': {'openssl_config_path': 'config/piii'}, 'variables': {'openssl_config_path': 'config/piii'},
'defines': [
'OPENSSL_NO_EC_NISTP_64_GCC_128'
],
'sources': [ 'sources': [
'openssl/crypto/bn/bn_asm.c', 'openssl/crypto/bn/bn_asm.c',
] ]
Expand Down