mirror of https://github.com/acidanthera/audk.git
CryptoPkg/OpensslLib: Remove "no-autoalginit" flag from OpenSSL build
This is enabling a future EVP implementation to utilize the EVP_get_digestbyname() function. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by: Christopher J Zurcher <christopher.j.zurcher@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
c72ca46668
commit
6b7855209a
|
@ -109,9 +109,6 @@ extern "C" {
|
||||||
#ifndef OPENSSL_NO_ASYNC
|
#ifndef OPENSSL_NO_ASYNC
|
||||||
# define OPENSSL_NO_ASYNC
|
# define OPENSSL_NO_ASYNC
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AUTOALGINIT
|
|
||||||
# define OPENSSL_NO_AUTOALGINIT
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_AUTOERRINIT
|
#ifndef OPENSSL_NO_AUTOERRINIT
|
||||||
# define OPENSSL_NO_AUTOERRINIT
|
# define OPENSSL_NO_AUTOERRINIT
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -51,7 +51,6 @@ BEGIN {
|
||||||
"no-afalgeng",
|
"no-afalgeng",
|
||||||
"no-asm",
|
"no-asm",
|
||||||
"no-async",
|
"no-async",
|
||||||
"no-autoalginit",
|
|
||||||
"no-autoerrinit",
|
"no-autoerrinit",
|
||||||
"no-autoload-config",
|
"no-autoload-config",
|
||||||
"no-bf",
|
"no-bf",
|
||||||
|
|
Loading…
Reference in New Issue