aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-20 15:41:34 +0000
committerBodo Möller <bodo@openssl.org>2001-09-20 15:41:34 +0000
commitbe6d77005f0d474462ed5df896596d06402c05b2 (patch)
treefeedfd17aeb3e14e1088f46bcda913073d75ac1e
parentb263b667462aee1f9a0ceba9dc8144bfcb0f901d (diff)
downloadopenssl-be6d77005f0d474462ed5df896596d06402c05b2.tar.gz
comments
-rw-r--r--crypto/rsa/rsa_eay.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c
index d61e72401f..83891df316 100644
--- a/crypto/rsa/rsa_eay.c
+++ b/crypto/rsa/rsa_eay.c
@@ -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)