mirror of https://github.com/openssl/openssl.git
comments
This commit is contained in:
parent
b263b66746
commit
be6d77005f
|
|
@ -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 */
|
||||
RSA_eay_init,
|
||||
RSA_eay_finish,
|
||||
0,
|
||||
0, /* flags */
|
||||
NULL,
|
||||
0, /* rsa_sign */
|
||||
0 /* rsa_verify */
|
||||
};
|
||||
|
||||
const RSA_METHOD *RSA_PKCS1_SSLeay(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue