-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit regenerates the OpenSSL architecture files after the update in Commmit 04326f3 ("deps: add missing legacyprov.c source").
- Loading branch information
Showing
393 changed files
with
6,298 additions
and
3,819 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
'variables': { | ||
'openssl_sources': [ | ||
'openssl/crypto/md5/md5_dgst.c', | ||
'openssl/crypto/md5/md5_one.c', | ||
'openssl/crypto/md5/md5_sha1.c', | ||
'openssl/providers/implementations/ciphers/cipher_blowfish.c', | ||
'openssl/providers/implementations/ciphers/cipher_blowfish_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_cast5.c', | ||
'openssl/providers/implementations/ciphers/cipher_cast5_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_des.c', | ||
'openssl/providers/implementations/ciphers/cipher_des_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_desx.c', | ||
'openssl/providers/implementations/ciphers/cipher_desx_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_idea.c', | ||
'openssl/providers/implementations/ciphers/cipher_idea_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc2.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc2_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_seed.c', | ||
'openssl/providers/implementations/ciphers/cipher_seed_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_tdes_common.c', | ||
'openssl/providers/implementations/digests/md4_prov.c', | ||
'openssl/providers/implementations/digests/mdc2_prov.c', | ||
'openssl/providers/implementations/digests/ripemd_prov.c', | ||
'openssl/providers/implementations/digests/wp_prov.c', | ||
'openssl/providers/implementations/kdfs/pbkdf1.c', | ||
'openssl/providers/prov_running.c', | ||
'openssl/providers/legacyprov.c', | ||
|
||
], | ||
'openssl_sources_BSD-x86': [ | ||
|
||
], | ||
'openssl_defines_BSD-x86': [ | ||
'NDEBUG', | ||
'L_ENDIAN', | ||
'OPENSSL_BUILDING_OPENSSL', | ||
'DES_ASM', | ||
'MD5_ASM', | ||
'OPENSSL_BN_ASM_GF2m', | ||
'OPENSSL_BN_ASM_MONT', | ||
'OPENSSL_BN_ASM_PART_WORDS', | ||
'OPENSSL_IA32_SSE2', | ||
], | ||
'openssl_cflags_BSD-x86': [ | ||
'-Wa,--noexecstack', | ||
'-Wall -O3 -fomit-frame-pointer', | ||
'-pthread', | ||
'-Wall -O3 -fomit-frame-pointer', | ||
], | ||
'openssl_ex_libs_BSD-x86': [ | ||
'-pthread', | ||
], | ||
'version_script': '' | ||
}, | ||
'include_dirs': [ | ||
'.', | ||
'./include', | ||
'./crypto', | ||
'./crypto/include/internal', | ||
'./providers/common/include', | ||
], | ||
'defines': ['<@(openssl_defines_BSD-x86)'], | ||
'cflags': ['<@(openssl_cflags_BSD-x86)'], | ||
'libraries': ['<@(openssl_ex_libs_BSD-x86)'], | ||
|
||
'sources': ['<@(openssl_sources)', '<@(openssl_sources_BSD-x86)'], | ||
'direct_dependent_settings': { | ||
'include_dirs': ['./include', '.'], | ||
'defines': ['<@(openssl_defines_BSD-x86)'], | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
global: | ||
OSSL_provider_init; | ||
local: *; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
deps/openssl/config/archs/BSD-x86/asm_avx2/openssl-legacy.gypi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
'variables': { | ||
'openssl_sources': [ | ||
'openssl/crypto/md5/md5_dgst.c', | ||
'openssl/crypto/md5/md5_one.c', | ||
'openssl/crypto/md5/md5_sha1.c', | ||
'openssl/providers/implementations/ciphers/cipher_blowfish.c', | ||
'openssl/providers/implementations/ciphers/cipher_blowfish_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_cast5.c', | ||
'openssl/providers/implementations/ciphers/cipher_cast5_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_des.c', | ||
'openssl/providers/implementations/ciphers/cipher_des_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_desx.c', | ||
'openssl/providers/implementations/ciphers/cipher_desx_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_idea.c', | ||
'openssl/providers/implementations/ciphers/cipher_idea_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc2.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc2_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_rc4_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_seed.c', | ||
'openssl/providers/implementations/ciphers/cipher_seed_hw.c', | ||
'openssl/providers/implementations/ciphers/cipher_tdes_common.c', | ||
'openssl/providers/implementations/digests/md4_prov.c', | ||
'openssl/providers/implementations/digests/mdc2_prov.c', | ||
'openssl/providers/implementations/digests/ripemd_prov.c', | ||
'openssl/providers/implementations/digests/wp_prov.c', | ||
'openssl/providers/implementations/kdfs/pbkdf1.c', | ||
'openssl/providers/prov_running.c', | ||
'openssl/providers/legacyprov.c', | ||
|
||
], | ||
'openssl_sources_BSD-x86': [ | ||
|
||
], | ||
'openssl_defines_BSD-x86': [ | ||
'NDEBUG', | ||
'L_ENDIAN', | ||
'OPENSSL_BUILDING_OPENSSL', | ||
'DES_ASM', | ||
'MD5_ASM', | ||
'OPENSSL_BN_ASM_GF2m', | ||
'OPENSSL_BN_ASM_MONT', | ||
'OPENSSL_BN_ASM_PART_WORDS', | ||
'OPENSSL_IA32_SSE2', | ||
], | ||
'openssl_cflags_BSD-x86': [ | ||
'-Wa,--noexecstack', | ||
'-Wall -O3 -fomit-frame-pointer', | ||
'-pthread', | ||
'-Wall -O3 -fomit-frame-pointer', | ||
], | ||
'openssl_ex_libs_BSD-x86': [ | ||
'-pthread', | ||
], | ||
'version_script': '' | ||
}, | ||
'include_dirs': [ | ||
'.', | ||
'./include', | ||
'./crypto', | ||
'./crypto/include/internal', | ||
'./providers/common/include', | ||
], | ||
'defines': ['<@(openssl_defines_BSD-x86)'], | ||
'cflags': ['<@(openssl_cflags_BSD-x86)'], | ||
'libraries': ['<@(openssl_ex_libs_BSD-x86)'], | ||
|
||
'sources': ['<@(openssl_sources)', '<@(openssl_sources_BSD-x86)'], | ||
'direct_dependent_settings': { | ||
'include_dirs': ['./include', '.'], | ||
'defines': ['<@(openssl_defines_BSD-x86)'], | ||
}, | ||
} |
Oops, something went wrong.