With the following patch I'm able to link openssl.exe using the DLL (and not the static libs):
--- orig/util/libeay.num Mon Apr 17 15:01:06 2006 +++ util/libeay.num Fri May 12 16:52:48 2006 @@ -3683,3 +3683,6 @@ EVP_PKEY_verify_recover 4079 EXIST::FUNCTION: EVP_PKEY_asn1_set_ctrl 4080 EXIST::FUNCTION: EVP_PKEY_CTX_new_id 4081 EXIST::FUNCTION: +EVP_PKEY_base_id 4082 EXIST::FUNCTION: +EVP_PKEY_get_default_digest_nid 4083 EXIST::FUNCTION: +EVP_PKEY_id 4084 EXIST::FUNCTION: ---------- Please commit. --gv ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
