summaryrefslogtreecommitdiff
path: root/providers/implementations/asymciphers/sm2_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/asymciphers/sm2_enc.c')
-rw-r--r--providers/implementations/asymciphers/sm2_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/asymciphers/sm2_enc.c b/providers/implementations/asymciphers/sm2_enc.c
index ddb2cfc14a..707f1aa9e6 100644
--- a/providers/implementations/asymciphers/sm2_enc.c
+++ b/providers/implementations/asymciphers/sm2_enc.c
@@ -229,5 +229,5 @@ const OSSL_DISPATCH ossl_sm2_asym_cipher_functions[] = {
(void (*)(void))sm2_set_ctx_params },
{ OSSL_FUNC_ASYM_CIPHER_SETTABLE_CTX_PARAMS,
(void (*)(void))sm2_settable_ctx_params },
- { 0, NULL }
+ OSSL_DISPATCH_END
};