Patch fixes
LIBEAY32.def : error LNK2001: unresolved external symbol 
TS_CONF_set_crypto_device
LIBEAY32.def : error LNK2001: unresolved external symbol 
TS_CONF_set_default_engine
caused by always adding those functions to .def file
Ensure they are added only if engine is not disabled


Regards
--
^TM
--- openssl-1.0.2c/util/libeay.num.org	2015-06-12 17:10:24.000000000 +0200
+++ openssl-1.0.2c/util/libeay.num	2015-10-23 10:42:10.137998838 +0200
@@ -3872,7 +3872,7 @@
 ASN1_UTCTIME_adj                        4251	EXIST::FUNCTION:
 TS_TST_INFO_new                         4252	EXIST::FUNCTION:
 EVP_MD_do_all_sorted                    4253	EXIST::FUNCTION:
-TS_CONF_set_default_engine              4254	EXIST::FUNCTION:
+TS_CONF_set_default_engine              4254	EXIST::FUNCTION:ENGINE
 TS_ACCURACY_set_seconds                 4255	EXIST::FUNCTION:
 TS_TST_INFO_get_time                    4256	EXIST::FUNCTION:
 PKCS8_pkey_get0                         4257	EXIST::FUNCTION:
@@ -4097,7 +4097,7 @@
 EVP_PKEY_id                             4470	EXIST::FUNCTION:
 TS_TST_INFO_set_serial                  4471	EXIST::FUNCTION:
 a2i_GENERAL_NAME                        4472	EXIST::FUNCTION:
-TS_CONF_set_crypto_device               4473	EXIST::FUNCTION:
+TS_CONF_set_crypto_device               4473	EXIST::FUNCTION:ENGINE
 EVP_PKEY_verify_init                    4474	EXIST::FUNCTION:
 TS_CONF_set_policies                    4475	EXIST::FUNCTION:
 ASN1_PCTX_new                           4476	EXIST::FUNCTION:
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to