audk/CryptoPkg/Library
Wang, Jian J 0a1b13fd4d CryptoPkg/OpensslLib: fix VS2017 build failure
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1878

This issue is specific to VS2017 which tries to resolve symbol referenced
by a symbol not really referenced eventually.

ossl_init_load_crypto_strings
-> err_load_crypto_strings_int (not really referenced)
-> ERR_load_OSSL_STORE_strings

Because OPENSSL_NO_ERR and OPENSSL_NO_AUTOERRINIT are not defined by
default, err_load_crypto_strings_int() will not be actually referenced
by ossl_init_load_crypto_strings().

Since err_load_crypto_strings_int() is not actually referenced at all,
the fix can be done simply by removing crypto/err/err_all.c from build.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-06-05 16:21:35 +08:00
..
BaseCryptLib CryptoPkg: Fix build problem with XCODE 2019-06-04 08:10:14 +08:00
Include CryptoPkg: Upgrade OpenSSL to 1.1.1b 2019-06-03 08:28:03 +08:00
IntrinsicLib CryptoPkg/IntrinsicLib: Fix possible unresolved external symbol issue 2019-06-03 08:28:01 +08:00
OpensslLib CryptoPkg/OpensslLib: fix VS2017 build failure 2019-06-05 16:21:35 +08:00
TlsLib CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00