On Fri, 15 Jun 2012, 黄心怡 wrote:
I follow this document strictly, but still fail when try to make a use of this libcurl.lib , the erros message is:libcurl.lib(openssl.obj) : error LNK2001: unresolved external symbol EVP_DigestFinal
That sounds like you have a weird OpenSSL installation or something: "EVP_DigestInit(), EVP_DigestUpdate() and EVP_DigestFinal() are available in all versions of SSLeay and OpenSSL." (see http://www.openssl.org/docs/crypto/EVP_DigestInit.html)
netsnmp.lib(keytools.obj) : error LNK2019: unresolved external symbol EVP_DigestFinal referenced in function generate_Ku
netsnmp.lib sounds completely unrelated to libcurl! -- / daniel.haxx.se
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
