Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
deps: update archs files for OpenSSL-1.1.1e
After an OpenSSL source update, all the config files need to be
regenerated and comitted by:
$ cd deps/openssl/config
$ make
$ git add deps/openssl/config/archs
$ git add deps/openssl/include
PR-URL: #32328
Fixes: #32210
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>- Loading branch information
Showing
702 changed files
with
9,702 additions
and 148,712 deletions.
There are no files selected for viewing
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
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
| @@ -93,9 +93,6 @@ extern "C" { | ||
| #ifndef OPENSSL_NO_DYNAMIC_ENGINE | ||
| # define OPENSSL_NO_DYNAMIC_ENGINE | ||
| #endif | ||
|
|
||
|
|
||
| /* | ||
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
| @@ -15,6 +15,7 @@ | ||
| 'RC4_ASM', | ||
| 'MD5_ASM', | ||
| 'RMD160_ASM', | ||
| 'AESNI_ASM', | ||
| 'VPAES_ASM', | ||
| 'WHIRLPOOL_ASM', | ||
| 'GHASH_ASM', | ||
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
| @@ -713,6 +713,7 @@ | ||
| 'RC4_ASM', | ||
| 'MD5_ASM', | ||
| 'RMD160_ASM', | ||
| 'AESNI_ASM', | ||
| 'VPAES_ASM', | ||
| 'WHIRLPOOL_ASM', | ||
| 'GHASH_ASM', | ||
Oops, something went wrong.