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:
ffa5ebf
)
Make int_rsa_sign function match prototype.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 21 Sep 2006 13:11:24 +0000
(13:11 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 21 Sep 2006 13:11:24 +0000
(13:11 +0000)
PR: 1383
crypto/rsa/rsa_sign.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_sign.c
b/crypto/rsa/rsa_sign.c
index e1b1714210f122d2fc9d84a3daa00d2d80721cce..1878ffe1eda0c5be413b2d7fb0c1cc42bb2ca438 100644
(file)
--- a/
crypto/rsa/rsa_sign.c
+++ b/
crypto/rsa/rsa_sign.c
@@
-145,8
+145,8
@@
int RSA_sign(int type, const unsigned char *m, unsigned int m_len,
int int_rsa_verify(int dtype, const unsigned char *m,
unsigned int m_len,
- unsigned char *rm,
unsigned in
t *prm_len,
- const unsigned char *sigbuf,
unsigned in
t siglen,
+ unsigned char *rm,
size_
t *prm_len,
+ const unsigned char *sigbuf,
size_
t siglen,
RSA *rsa)
{
int i,ret=0,sigtype;