opensslconf.c: In function 'RSA_eay_private_decrypt2': opensslconf.c:281: error: too few arguments to function 'rsa->meth->rsa_mod_exp'
Logged In: YES user_id=1552879
Maybe adding the ctx variable should fix this:
if ( !rsa->meth->rsa_mod_exp( & ret, & f, rsa, ctx ) )
Log in to post a comment.
Logged In: YES
user_id=1552879
Maybe adding the ctx variable should fix this:
if ( !rsa->meth->rsa_mod_exp( & ret, & f, rsa, ctx ) )