This commit is contained in:
Bodo Möller
2001-09-20 15:41:34 +00:00
parent b263b66746
commit be6d77005f

View File

@@ -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)