summaryrefslogtreecommitdiff
path: root/providers/implementations/macs/blake2_mac_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/macs/blake2_mac_impl.c')
-rw-r--r--providers/implementations/macs/blake2_mac_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/macs/blake2_mac_impl.c b/providers/implementations/macs/blake2_mac_impl.c
index 3c6b0c2c0c..e52544fc5b 100644
--- a/providers/implementations/macs/blake2_mac_impl.c
+++ b/providers/implementations/macs/blake2_mac_impl.c
@@ -250,5 +250,5 @@ const OSSL_DISPATCH BLAKE2_FUNCTIONS[] = {
{ OSSL_FUNC_MAC_SETTABLE_CTX_PARAMS,
(void (*)(void))blake2_mac_settable_ctx_params },
{ OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))blake2_mac_set_ctx_params },
- { 0, NULL }
+ OSSL_DISPATCH_END
};