http://www.openssl.org/docs/crypto/OPENSSL_Applink.html

--
Ken Goldman   [EMAIL PROTECTED]
914-784-7646 (863-7646)


[EMAIL PROTECTED] wrote on 02/16/2008 03:17:10 PM:

> 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!
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to