summaryrefslogtreecommitdiff
path: root/providers/implementations/macs/cmac_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/macs/cmac_prov.c')
-rw-r--r--providers/implementations/macs/cmac_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/macs/cmac_prov.c b/providers/implementations/macs/cmac_prov.c
index fc9f911beb..5a2421ccfc 100644
--- a/providers/implementations/macs/cmac_prov.c
+++ b/providers/implementations/macs/cmac_prov.c
@@ -229,5 +229,5 @@ const OSSL_DISPATCH ossl_cmac_functions[] = {
{ OSSL_FUNC_MAC_SETTABLE_CTX_PARAMS,
(void (*)(void))cmac_settable_ctx_params },
{ OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))cmac_set_ctx_params },
- { 0, NULL }
+ OSSL_DISPATCH_END
};