Hi ,
 
I am building the OpenSSL library under Microsoft Windows. I only want RSA support but I am getting following error:-
WinCryptoLibrary.lib(x_sig.obj) : error LNK2001: unresolved external symbol _ASN1_OCTET_STRING_it
WinCryptoLibrary.lib(x_algor.obj) : error LNK2001: unresolved external symbol _ASN1_ANY_it
WinCryptoLibrary.lib(x_algor.obj) : error LNK2001: unresolved external symbol _ASN1_OBJECT_it
WinCryptoLibrary.lib(tasn_dec.obj) : error LNK2001: unresolved external symbol _ASN1_TYPE_free
WinCryptoLibrary.lib(tasn_dec.obj) : error LNK2001: unresolved external symbol _ASN1_TYPE_new
Debug/Client.exe : fatal error LNK1120: 5 unresolved externals
 
I could not find the definitions of the above listed functions. Can someone tell me file to be inculded in my project workspace to build the RSA cryptolibrary
 
Thanks in advance,
Bhupendra


Start your day with Yahoo! - make it your home page

Reply via email to