summaryrefslogtreecommitdiff
path: root/providers/implementations/signature/mac_legacy_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/mac_legacy_sig.c')
-rw-r--r--providers/implementations/signature/mac_legacy_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/signature/mac_legacy_sig.c b/providers/implementations/signature/mac_legacy_sig.c
index d4bcc020da..d3172f86b3 100644
--- a/providers/implementations/signature/mac_legacy_sig.c
+++ b/providers/implementations/signature/mac_legacy_sig.c
@@ -256,7 +256,7 @@ MAC_SETTABLE_CTX_PARAMS(cmac, "CMAC")
(void (*)(void))mac_set_ctx_params }, \
{ OSSL_FUNC_SIGNATURE_SETTABLE_CTX_PARAMS, \
(void (*)(void))mac_##funcname##_settable_ctx_params }, \
- { 0, NULL } \
+ OSSL_DISPATCH_END \
};
MAC_SIGNATURE_FUNCTIONS(hmac)