summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/pkcs12kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/kdfs/pkcs12kdf.c')
-rw-r--r--providers/implementations/kdfs/pkcs12kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/kdfs/pkcs12kdf.c b/providers/implementations/kdfs/pkcs12kdf.c
index 3495556302..38303a7464 100644
--- a/providers/implementations/kdfs/pkcs12kdf.c
+++ b/providers/implementations/kdfs/pkcs12kdf.c
@@ -315,5 +315,5 @@ const OSSL_DISPATCH ossl_kdf_pkcs12_functions[] = {
{ OSSL_FUNC_KDF_GETTABLE_CTX_PARAMS,
(void(*)(void))kdf_pkcs12_gettable_ctx_params },
{ OSSL_FUNC_KDF_GET_CTX_PARAMS, (void(*)(void))kdf_pkcs12_get_ctx_params },
- { 0, NULL }
+ OSSL_DISPATCH_END
};