]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/m_sigver.c
Make things static that should be. Declare stuff in headers that should be.
[thirdparty/openssl.git] / crypto / evp / m_sigver.c
index 95382118b2d69fde4481e2d06de1b1bd75bff170..fd4fe349c520a1c6e55808d0fe2f02867e150497 100644 (file)
@@ -62,8 +62,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
-                       const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey, int ver)
+static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
+                         const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
+                         int ver)
        {
        if (!EVP_DigestInit_ex(ctx, type, e))
                return 0;