Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / evp / p_verify.c
index 16a449aed1b9997f72bcf183ff1edd6cb8e6b63b..8db46412f3771720b9afde5faa46a4dcfc133dc9 100644 (file)
@@ -62,8 +62,8 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-int    EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
-                       size_t siglen,EVP_PKEY *pkey)
+int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
+            unsigned int siglen, EVP_PKEY *pkey)
        {
        unsigned char m[EVP_MAX_MD_SIZE];
        unsigned int m_len;