summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/mdc2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/mdc2_prov.c')
-rw-r--r--providers/implementations/digests/mdc2_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/mdc2_prov.c b/providers/implementations/digests/mdc2_prov.c
index 613be655bc..b184c8393c 100644
--- a/providers/implementations/digests/mdc2_prov.c
+++ b/providers/implementations/digests/mdc2_prov.c
@@ -51,7 +51,7 @@ static int mdc2_set_ctx_params(void *vctx, const OSSL_PARAM params[])
return 0; /* Null Parameter */
}
-/* mdc2_functions */
+/* ossl_mdc2_functions */
IMPLEMENT_digest_functions_with_settable_ctx(
mdc2, MDC2_CTX, MDC2_BLOCK, MDC2_DIGEST_LENGTH, 0,
MDC2_Init, MDC2_Update, MDC2_Final,