> compile was successfull. but i get linking error as follows.
> i have installed and copied the include and lib files of openSSL to
> the respective folders of VC++.
Did you tell VC to actually *use* the libraries you made available? (I
don't know details of how to do that any more. Thankfully :)
> printf("Encrypted: %s\n", ciphertext);
This will not work. The ciphertext is a binary string, not a text string.
You appear to have a lot of start-up learning to do. Good luck.
/r$
--
STSM, DataPower Chief Programmer
WebSphere DataPower SOA Appliances
http://www.ibm.com/software/integration/datapower/
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]