summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/md5_sha1_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/md5_sha1_prov.c')
-rw-r--r--providers/implementations/digests/md5_sha1_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/md5_sha1_prov.c b/providers/implementations/digests/md5_sha1_prov.c
index 632fb4a8d0..a65cbbd55c 100644
--- a/providers/implementations/digests/md5_sha1_prov.c
+++ b/providers/implementations/digests/md5_sha1_prov.c
@@ -30,7 +30,7 @@ static const OSSL_PARAM known_md5_sha1_settable_ctx_params[] = {
OSSL_PARAM_END
};
-static const OSSL_PARAM *md5_sha1_settable_ctx_params(void *provctx)
+static const OSSL_PARAM *md5_sha1_settable_ctx_params(ossl_unused void *provctx)
{
return known_md5_sha1_settable_ctx_params;
}