why did you have to manually (or separately) compile the /crypto/rsa/rsa_test.c? that should be done when you compile the entire openssl package with nmake; and subsequently nmake test.

okay, maybe you decided to try it out on your own VC workspace. have you included libeay32.lib and ssleay32.lib(may not be needed if you do not use SSL/TLS in your codes) in your project settings?

Yoana Melissa L. wrote:
Hi, I need to use openssl library to do RSA encryption/decryption. I
already installed openssl on my computer but when I tried to compile
rsa_test.c on \crypto\rsa folder of openssl directory, the compiler
give me  many
'unresolved external symbol' error message.
I already copy the .lib to my compiler directory ( I am using Visual
C++ 6.0) and the .dll  files to my System directory.
Are anything else that I should to before I  can use openssl functions?

Thank you.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to