Re: generate key errors

2014-09-07 Thread Jeffrey Walton
On Sun, Sep 7, 2014 at 7:52 AM, Amir Reda wrote: > dear all > i'm trying to generate rsa keypair to be used in a class that has an > attribute >RSA*rsa_keyPair; > and i use function > RSA > AeroRoutingProtocol :: GenerateRSAKeyPair ( ) > { > rsa_keyPair = RSA_generate_key(2084,

generate key errors

2014-09-07 Thread Amir Reda
dear all i'm trying to generate rsa keypair to be used in a class that has an attribute RSA*rsa_keyPair; and i use function RSA AeroRoutingProtocol :: GenerateRSAKeyPair ( ) { rsa_keyPair = RSA_generate_key(2084,RSA_F4,NULL,NULL); return rsa_keyPair; } when i try to compi