aboutsummaryrefslogtreecommitdiff
path: root/gost_eng.c
diff options
context:
space:
mode:
authorNikolay Morozov <nmorozoff77@yandex.ru>2020-02-17 17:01:49 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-02-17 20:39:30 +0300
commit7ce996d12c96ffb936ec22f0a8b826c64516699f (patch)
treeba965625771bbc6b37b2bbef33aeada3b0b0df72 /gost_eng.c
parent53579492efb0cfa87405a7a4b1956ffec9506a22 (diff)
downloadgost-engine-7ce996d12c96ffb936ec22f0a8b826c64516699f.zip
gost-engine-7ce996d12c96ffb936ec22f0a8b826c64516699f.tar.gz
gost-engine-7ce996d12c96ffb936ec22f0a8b826c64516699f.tar.bz2
cppcheck: function defenition doen't match function declaration
Diffstat (limited to 'gost_eng.c')
-rw-r--r--gost_eng.c2
1 files changed, 1 insertions, 1 deletions
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);