hello,
I use the functions:
r=RSA_generate_key(bits,e,NULL,NULL)
oFile = fopen("MyKey.txt","w");
if (oFile!=0) {
RSA_print_fp(oFile, r, 0);
fclose(oFile);
}
to create one RSA key. But I got the error: OPENSSL_Uplink(00509010,07): no
OPENSSL_Applink
How can I handle this problem?
Thanks!
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
- OPENSSL_Uplink(00509010,07): no OPENSSL_Applink learning openssl
- OPENSSL_Uplink(00509010,07): no OPENSSL_Applink learning openssl
- Re: OPENSSL_Uplink(00509010,07): no OPENSSL_Appl... Kenneth Goldman
- RE: OPENSSL_Uplink(00509010,07): no OPENSSL_... learning openssl
- How can I create libeay32.dll and ssleay... learning openssl
- Re: How can I create libeay32.dll a... Urjit Gokhale
- Re: How can I create libeay32.dll a... Dan_Mitton
- RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink learning openssl
