Add emacs cache files to .cvsignore.
[oweals/openssl.git] / crypto / evp / p_verify.c
index d854d743a5e72584c18592c7d4a719dbc8403334..21a40a375e1b71b6e3a2c17bd0a8ee840cde1ec2 100644 (file)
@@ -62,7 +62,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-int EVP_VerifyFinal(EVP_MD_CTX *ctx, unsigned char *sigbuf,
+int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
             unsigned int siglen, EVP_PKEY *pkey)
        {
        unsigned char m[EVP_MAX_MD_SIZE];