summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/x942kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/kdfs/x942kdf.c')
-rw-r--r--providers/implementations/kdfs/x942kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/kdfs/x942kdf.c b/providers/implementations/kdfs/x942kdf.c
index d52c990e86..4539c44872 100644
--- a/providers/implementations/kdfs/x942kdf.c
+++ b/providers/implementations/kdfs/x942kdf.c
@@ -626,5 +626,5 @@ const OSSL_DISPATCH ossl_kdf_x942_kdf_functions[] = {
{ OSSL_FUNC_KDF_GETTABLE_CTX_PARAMS,
(void(*)(void))x942kdf_gettable_ctx_params },
{ OSSL_FUNC_KDF_GET_CTX_PARAMS, (void(*)(void))x942kdf_get_ctx_params },
- { 0, NULL }
+ OSSL_DISPATCH_END
};