summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorIrak Rigia <tarakrigia@gmail.com>2023-04-19 19:36:29 +0530
committerTomas Mraz <tomas@openssl.org>2023-04-21 16:16:14 +0200
commit23e648962e04af132c0841bec950b8a89b87fb2d (patch)
tree13102801b78961293a7d4a5b20958fef193e190b /util
parent4e5f3d691343a691ddae739c51f7ae71e9893c98 (diff)
downloadopenssl-new-23e648962e04af132c0841bec950b8a89b87fb2d.tar.gz
Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arrays
Also updated the corresponding documentations. Fixes #20710 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20745)
Diffstat (limited to 'util')
-rw-r--r--util/other.syms1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index 91a1559b5d..daa3be067f 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -468,6 +468,7 @@ OSSL_PARAM_construct_TYPE generic
OSSL_PARAM_utf8_string define
OSSL_PARAM_get_TYPE generic
OSSL_PARAM_END define
+OSSL_DISPATCH_END define
OSSL_PARAM_set_TYPE generic
OSSL_ENCODER_PUBKEY_TO_DER_PQ define
OSSL_ENCODER_PrivateKey_TO_DER_PQ define