Skip to content

Instantly share code, notes, and snippets.

/error Secret

Created July 27, 2013 11:42
Show Gist options
  • Save anonymous/91a76564651be4ac43fc to your computer and use it in GitHub Desktop.
Save anonymous/91a76564651be4ac43fc to your computer and use it in GitHub Desktop.
1>------ Build started: Project: Crypto, Configuration: debug_shared x64 ------
1> Creating library ..\lib64\PocoCryptod.lib and object ..\lib64\PocoCryptod.exp
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_CTX_block_size referenced in function "public: virtual unsigned __int64 __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::blockSize(void)const " (?blockSize@CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@UEBA_KXZ)
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CipherInit referenced in function "public: __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::CryptoTransformImpl(struct evp_cipher_st const *,class std::vector<unsigned char,class std::allocator<unsigned char> > const &,class std::vector<unsigned char,class std::allocator<unsigned char> > const &,enum Poco::Crypto::A0xbc3e4780::CryptoTransformImpl::Direction)" (??0CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@QEAA@PEBUevp_cipher_st@@AEBV?$vector@EV?$allocator@E@std@@@std@@1W4Direction@0123@@Z)
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CipherUpdate referenced in function "public: virtual __int64 __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::transform(unsigned char const *,__int64,unsigned char *,__int64)" (?transform@CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@UEAA_JPEBE_JPEAE1@Z)
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CipherFinal_ex referenced in function "public: virtual __int64 __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::finalize(unsigned char *,__int64)" (?finalize@CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@UEAA_JPEAE_J@Z)
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_CTX_cleanup referenced in function "public: virtual __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::~CryptoTransformImpl(void)" (??1CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@UEAA@XZ)
1>CipherImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_CTX_set_padding referenced in function "public: virtual int __cdecl Poco::Crypto::`anonymous namespace'::CryptoTransformImpl::setPadding(int)" (?setPadding@CryptoTransformImpl@?A0xbc3e4780@Crypto@Poco@@UEAAHH@Z)
1>CipherImpl.obj : error LNK2019: unresolved external symbol ERR_get_error referenced in function "void __cdecl Poco::Crypto::`anonymous namespace'::throwError(void)" (?throwError@?A0xbc3e4780@Crypto@Poco@@YAXXZ)
1>RSACipherImpl.obj : error LNK2001: unresolved external symbol ERR_get_error
1>CipherImpl.obj : error LNK2019: unresolved external symbol ERR_error_string referenced in function "void __cdecl Poco::Crypto::`anonymous namespace'::throwError(void)" (?throwError@?A0xbc3e4780@Crypto@Poco@@YAXXZ)
1>RSACipherImpl.obj : error LNK2001: unresolved external symbol ERR_error_string
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_block_size referenced in function "public: int __cdecl Poco::Crypto::CipherKeyImpl::blockSize(void)const " (?blockSize@CipherKeyImpl@Crypto@Poco@@QEBAHXZ)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_key_length referenced in function "public: int __cdecl Poco::Crypto::CipherKeyImpl::keySize(void)const " (?keySize@CipherKeyImpl@Crypto@Poco@@QEBAHXZ)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_iv_length referenced in function "public: int __cdecl Poco::Crypto::CipherKeyImpl::ivSize(void)const " (?ivSize@CipherKeyImpl@Crypto@Poco@@QEBAHXZ)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_CIPHER_flags referenced in function "public: enum Poco::Crypto::CipherKeyImpl::Mode __cdecl Poco::Crypto::CipherKeyImpl::mode(void)const " (?mode@CipherKeyImpl@Crypto@Poco@@QEBA?AW4Mode@123@XZ)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_BytesToKey referenced in function "private: void __cdecl Poco::Crypto::CipherKeyImpl::generateKey(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?generateKey@CipherKeyImpl@Crypto@Poco@@AEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0H@Z)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_md5 referenced in function "private: void __cdecl Poco::Crypto::CipherKeyImpl::generateKey(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?generateKey@CipherKeyImpl@Crypto@Poco@@AEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0H@Z)
1>CipherKeyImpl.obj : error LNK2019: unresolved external symbol EVP_get_cipherbyname referenced in function "public: __cdecl Poco::Crypto::CipherKeyImpl::CipherKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (??0CipherKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00H@Z)
1>RSACipherImpl.obj : error LNK2019: unresolved external symbol RSA_size referenced in function "public: virtual unsigned __int64 __cdecl Poco::Crypto::`anonymous namespace'::RSAEncryptImpl::blockSize(void)const " (?blockSize@RSAEncryptImpl@?A0x98b8df1b@Crypto@Poco@@UEBA_KXZ)
1>RSAKeyImpl.obj : error LNK2001: unresolved external symbol RSA_size
1>RSACipherImpl.obj : error LNK2019: unresolved external symbol RSA_public_encrypt referenced in function "public: virtual __int64 __cdecl Poco::Crypto::`anonymous namespace'::RSAEncryptImpl::transform(unsigned char const *,__int64,unsigned char *,__int64)" (?transform@RSAEncryptImpl@?A0x98b8df1b@Crypto@Poco@@UEAA_JPEBE_JPEAE1@Z)
1>RSACipherImpl.obj : error LNK2019: unresolved external symbol RSA_private_decrypt referenced in function "public: virtual __int64 __cdecl Poco::Crypto::`anonymous namespace'::RSADecryptImpl::transform(unsigned char const *,__int64,unsigned char *,__int64)" (?transform@RSADecryptImpl@?A0x98b8df1b@Crypto@Poco@@UEAA_JPEBE_JPEAE1@Z)
1>RSADigestEngine.obj : error LNK2019: unresolved external symbol RSA_sign referenced in function "public: class std::vector<unsigned char,class std::allocator<unsigned char> > const & __cdecl Poco::Crypto::RSADigestEngine::signature(void)" (?signature@RSADigestEngine@Crypto@Poco@@QEAAAEBV?$vector@EV?$allocator@E@std@@@std@@XZ)
1>RSADigestEngine.obj : error LNK2019: unresolved external symbol RSA_verify referenced in function "public: bool __cdecl Poco::Crypto::RSADigestEngine::verify(class std::vector<unsigned char,class std::allocator<unsigned char> > const &)" (?verify@RSADigestEngine@Crypto@Poco@@QEAA_NAEBV?$vector@EV?$allocator@E@std@@@std@@@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_s_file referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_s_file
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_new referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_new
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_free referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_free
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_ctrl referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_ctrl
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_s_mem referenced in function "public: void __cdecl Poco::Crypto::RSAKeyImpl::save(class std::basic_ostream<char,struct std::char_traits<char> > *,class std::basic_ostream<char,struct std::char_traits<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?save@RSAKeyImpl@Crypto@Poco@@QEAAXPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@0AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_s_mem
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BIO_new_mem_buf referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_istream<char,struct std::char_traits<char> > *,class std::basic_istream<char,struct std::char_traits<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@PEAV?$basic_istream@DU?$char_traits@D@std@@@std@@0AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol BIO_new_mem_buf
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BN_num_bits referenced in function "private: static class std::vector<unsigned char,class std::allocator<unsigned char> > __cdecl Poco::Crypto::RSAKeyImpl::convertToByteVec(struct bignum_st const *)" (?convertToByteVec@RSAKeyImpl@Crypto@Poco@@CA?AV?$vector@EV?$allocator@E@std@@@std@@PEBUbignum_st@@@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BN_new referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(int,unsigned long)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@HK@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BN_bn2bin referenced in function "private: static class std::vector<unsigned char,class std::allocator<unsigned char> > __cdecl Poco::Crypto::RSAKeyImpl::convertToByteVec(struct bignum_st const *)" (?convertToByteVec@RSAKeyImpl@Crypto@Poco@@CA?AV?$vector@EV?$allocator@E@std@@@std@@PEBUbignum_st@@@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BN_set_word referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(int,unsigned long)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@HK@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol BN_free referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(int,unsigned long)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@HK@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol EVP_des_ede3_cbc referenced in function "public: void __cdecl Poco::Crypto::RSAKeyImpl::save(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?save@RSAKeyImpl@Crypto@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol EVP_PKEY_get1_RSA referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class Poco::Crypto::X509Certificate const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBVX509Certificate@12@@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol RSA_new referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(int,unsigned long)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@HK@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol RSA_generate_key_ex referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(int,unsigned long)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@HK@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol RSA_free referenced in function "private: void __cdecl Poco::Crypto::RSAKeyImpl::freeRSA(void)" (?freeRSA@RSAKeyImpl@Crypto@Poco@@AEAAXXZ)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol X509_get_pubkey referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class Poco::Crypto::X509Certificate const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBVX509Certificate@12@@Z)
1>X509Certificate.obj : error LNK2001: unresolved external symbol X509_get_pubkey
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol PEM_read_bio_RSAPrivateKey referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol PEM_write_bio_RSAPrivateKey referenced in function "public: void __cdecl Poco::Crypto::RSAKeyImpl::save(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?save@RSAKeyImpl@Crypto@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol PEM_read_bio_RSAPublicKey referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol PEM_write_bio_RSAPublicKey referenced in function "public: void __cdecl Poco::Crypto::RSAKeyImpl::save(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?save@RSAKeyImpl@Crypto@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>RSAKeyImpl.obj : error LNK2019: unresolved external symbol PEM_read_bio_RSA_PUBKEY referenced in function "public: __cdecl Poco::Crypto::RSAKeyImpl::RSAKeyImpl(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0RSAKeyImpl@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol sk_num referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol sk_value referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol ASN1_STRING_length referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol ASN1_STRING_data referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol EVP_PKEY_free referenced in function "public: bool __cdecl Poco::Crypto::X509Certificate::issuedBy(class Poco::Crypto::X509Certificate const &)const " (?issuedBy@X509Certificate@Crypto@Poco@@QEBA_NAEBV123@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_verify referenced in function "public: bool __cdecl Poco::Crypto::X509Certificate::issuedBy(class Poco::Crypto::X509Certificate const &)const " (?issuedBy@X509Certificate@Crypto@Poco@@QEBA_NAEBV123@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_dup referenced in function "public: __cdecl Poco::Crypto::X509Certificate::X509Certificate(class Poco::Crypto::X509Certificate const &)" (??0X509Certificate@Crypto@Poco@@QEAA@AEBV012@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_free referenced in function "public: __cdecl Poco::Crypto::X509Certificate::~X509Certificate(void)" (??1X509Certificate@Crypto@Poco@@QEAA@XZ)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_NAME_oneline referenced in function "protected: void __cdecl Poco::Crypto::X509Certificate::init(void)" (?init@X509Certificate@Crypto@Poco@@IEAAXXZ)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_get_issuer_name referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Poco::Crypto::X509Certificate::issuerName(enum Poco::Crypto::X509Certificate::NID)const " (?issuerName@X509Certificate@Crypto@Poco@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4NID@123@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_get_subject_name referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Poco::Crypto::X509Certificate::subjectName(enum Poco::Crypto::X509Certificate::NID)const " (?subjectName@X509Certificate@Crypto@Poco@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4NID@123@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_NAME_get_text_by_NID referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Poco::Crypto::X509Certificate::issuerName(enum Poco::Crypto::X509Certificate::NID)const " (?issuerName@X509Certificate@Crypto@Poco@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4NID@123@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol X509_get_ext_d2i referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol PEM_read_bio_X509 referenced in function "protected: void __cdecl Poco::Crypto::X509Certificate::load(class std::basic_istream<char,struct std::char_traits<char> > &)" (?load@X509Certificate@Crypto@Poco@@IEAAXAEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol PEM_write_bio_X509 referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::save(class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?save@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z)
1>X509Certificate.obj : error LNK2019: unresolved external symbol GENERAL_NAMES_free referenced in function "public: void __cdecl Poco::Crypto::X509Certificate::extractNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::set<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)const " (?extractNames@X509Certificate@Crypto@Poco@@QEBAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV?$set@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol CRYPTO_num_locks referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol CRYPTO_set_locking_callback referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol CRYPTO_set_dynlock_create_callback referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol CRYPTO_set_dynlock_lock_callback referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol CRYPTO_set_dynlock_destroy_callback referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol OPENSSL_add_all_algorithms_noconf referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol EVP_cleanup referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::uninitialize(void)" (?uninitialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol SSL_load_error_strings referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol SSL_library_init referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol RAND_seed referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol ERR_free_strings referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::uninitialize(void)" (?uninitialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>OpenSSLInitializer.obj : error LNK2019: unresolved external symbol OPENSSL_config referenced in function "public: static void __cdecl Poco::Crypto::OpenSSLInitializer::initialize(void)" (?initialize@OpenSSLInitializer@Crypto@Poco@@SAXXZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_MD_size referenced in function "public: virtual unsigned int __cdecl Poco::Crypto::DigestEngine::digestLength(void)const " (?digestLength@DigestEngine@Crypto@Poco@@UEBAIXZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_MD_CTX_md referenced in function "public: virtual unsigned int __cdecl Poco::Crypto::DigestEngine::digestLength(void)const " (?digestLength@DigestEngine@Crypto@Poco@@UEBAIXZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_MD_CTX_cleanup referenced in function "public: virtual void __cdecl Poco::Crypto::DigestEngine::reset(void)" (?reset@DigestEngine@Crypto@Poco@@UEAAXXZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_MD_CTX_create referenced in function "public: __cdecl Poco::Crypto::DigestEngine::DigestEngine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0DigestEngine@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_MD_CTX_destroy referenced in function "public: virtual __cdecl Poco::Crypto::DigestEngine::~DigestEngine(void)" (??1DigestEngine@Crypto@Poco@@UEAA@XZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_DigestInit_ex referenced in function "public: __cdecl Poco::Crypto::DigestEngine::DigestEngine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0DigestEngine@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_DigestUpdate referenced in function "protected: virtual void __cdecl Poco::Crypto::DigestEngine::updateImpl(void const *,unsigned int)" (?updateImpl@DigestEngine@Crypto@Poco@@MEAAXPEBXI@Z)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_DigestFinal_ex referenced in function "public: virtual class std::vector<unsigned char,class std::allocator<unsigned char> > const & __cdecl Poco::Crypto::DigestEngine::digest(void)" (?digest@DigestEngine@Crypto@Poco@@UEAAAEBV?$vector@EV?$allocator@E@std@@@std@@XZ)
1>DigestEngine.obj : error LNK2019: unresolved external symbol EVP_get_digestbyname referenced in function "public: __cdecl Poco::Crypto::DigestEngine::DigestEngine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0DigestEngine@Crypto@Poco@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>..\bin64\PocoCrypto64d.dll : fatal error LNK1120: 79 unresolved externals
2>------ Build started: Project: TestSuite, Configuration: debug_shared x64 ------
2> TestSuite_x64_vs110.vcxproj -> E:\Libraries\poco\Crypto\testsuite\bin64\TestSuited.exe
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment