summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_pmeth.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-11-16 03:03:01 +0000
committerBen Laurie <ben@openssl.org>2007-11-16 03:03:01 +0000
commit10f0c85cfc26ffafd426d9797275191829efd599 (patch)
tree61f98a637a273a788090fdc0d37f10bcaa30168d /engines/ccgost/gost_pmeth.c
parent70ba4ee5d5b70b64f7c4632cb74bb408f000ea64 (diff)
Fix warnings.
Diffstat (limited to 'engines/ccgost/gost_pmeth.c')
-rw-r--r--engines/ccgost/gost_pmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/gost_pmeth.c b/engines/ccgost/gost_pmeth.c
index 4f96a7508b..8a38e39aae 100644
--- a/engines/ccgost/gost_pmeth.c
+++ b/engines/ccgost/gost_pmeth.c
@@ -368,7 +368,7 @@ static int pkey_gost_encrypt_init(EVP_PKEY_CTX *ctx)
return 1;
}
/* --------------- Derive init ------------------------------------*/
-int pkey_gost_derive_init(EVP_PKEY_CTX *ctx)
+static int pkey_gost_derive_init(EVP_PKEY_CTX *ctx)
{
return 1;
}