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/

Reply via email to