comments
This commit is contained in:
@@ -86,8 +86,10 @@ static RSA_METHOD rsa_pkcs1_eay_meth={
|
|||||||
BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */
|
BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */
|
||||||
RSA_eay_init,
|
RSA_eay_init,
|
||||||
RSA_eay_finish,
|
RSA_eay_finish,
|
||||||
0,
|
0, /* flags */
|
||||||
NULL,
|
NULL,
|
||||||
|
0, /* rsa_sign */
|
||||||
|
0 /* rsa_verify */
|
||||||
};
|
};
|
||||||
|
|
||||||
const RSA_METHOD *RSA_PKCS1_SSLeay(void)
|
const RSA_METHOD *RSA_PKCS1_SSLeay(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user