Make sure the int_rsa_verify() prototype matches the implementation
[openssl.git] / crypto / rsa / rsa_locl.h
index 48ebfa38160e82d430f57727578295b8adf7c47e..f5d2d56628430978d8a518a7cf14802cd9cc039d 100644 (file)
@@ -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 int m_len,
                unsigned char *rm, size_t *prm_len,
                const unsigned char *sigbuf, size_t siglen,
                RSA *rsa);