From 7ce996d12c96ffb936ec22f0a8b826c64516699f Mon Sep 17 00:00:00 2001 From: Nikolay Morozov Date: Mon, 17 Feb 2020 17:01:49 +0300 Subject: cppcheck: function defenition doen't match function declaration --- gost_eng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gost_eng.c') diff --git a/gost_eng.c b/gost_eng.c index 69f9975..ad6d62b 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -29,7 +29,7 @@ static int gost_ciphers(ENGINE* e, const EVP_CIPHER** cipher, const int** nids, int nid); static int gost_digests(ENGINE* e, const EVP_MD** digest, - const int** nids, int ind); + const int** nids, int nid); static int gost_pkey_meths(ENGINE* e, EVP_PKEY_METHOD** pmeth, const int** nids, int nid); -- cgit v1.1