diff options
author | Matt Caswell <matt@openssl.org> | 2021-02-18 12:44:52 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-02-22 13:15:48 +0100 |
commit | 636a93454db40fa56e0927403fd34795aa268baf (patch) | |
tree | 9da52562f02f9bcc9aa097c9e3422374728fd08a /util | |
parent | Document the OSSL_PARAM_DEFN macro (diff) | |
download | openssl-636a93454db40fa56e0927403fd34795aa268baf.tar.xz openssl-636a93454db40fa56e0927403fd34795aa268baf.zip |
Note that the OSSL_CORE_MAKE_FUNC macro is reserved
The OSSL_CORE_MAKE_FUNC macro has been added since 1.1.1 and is
undocumented. However it is not intended for application use and so we
document it as "reserved".
Fixes #13192
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14232)
Diffstat (limited to 'util')
-rw-r--r-- | util/other.syms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms index 3d84ea7772..54eeeb95cf 100644 --- a/util/other.syms +++ b/util/other.syms @@ -405,6 +405,7 @@ OSSL_CMP_SRV_certConf_cb_t datatype OSSL_CMP_SRV_genm_cb_t datatype OSSL_CMP_SRV_error_cb_t datatype OSSL_CMP_SRV_pollReq_cb_t datatype +OSSL_CORE_MAKE_FUNC define OSSL_PARAM_TYPE define OSSL_PARAM_octet_ptr define OSSL_PARAM_octet_string define |