projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b263b66
)
comments
author
Bodo Möller
<bodo@openssl.org>
Thu, 20 Sep 2001 15:41:34 +0000
(15:41 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 20 Sep 2001 15:41:34 +0000
(15:41 +0000)
crypto/rsa/rsa_eay.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_eay.c
b/crypto/rsa/rsa_eay.c
index d61e72401ffa9d1cc98b78497da3e9762ea2da26..83891df316fe7c74c939373985de7afb76ddc67c 100644
(file)
--- 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)