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:
29a1bb0
)
Make sure the int_rsa_verify() prototype matches the implementation
author
Bodo Möller
<bodo@openssl.org>
Fri, 8 Sep 2006 06:00:40 +0000
(06:00 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 8 Sep 2006 06:00:40 +0000
(06:00 +0000)
(m_len currently is 'unsigned int', not 'size_t')
Submitted by: Gisle Vanem
crypto/rsa/rsa_locl.h
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_locl.h
b/crypto/rsa/rsa_locl.h
index 48ebfa38160e82d430f57727578295b8adf7c47e..f5d2d56628430978d8a518a7cf14802cd9cc039d 100644
(file)
--- a/
crypto/rsa/rsa_locl.h
+++ b/
crypto/rsa/rsa_locl.h
@@
-1,4
+1,4
@@
-extern int int_rsa_verify(int dtype, const unsigned char *m,
size_
t m_len,
+extern int int_rsa_verify(int dtype, const unsigned char *m,
unsigned in
t m_len,
unsigned char *rm, size_t *prm_len,
const unsigned char *sigbuf, size_t siglen,
RSA *rsa);