diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-12-15 20:28:34 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-12-30 09:37:05 +0100 |
commit | 6be83cc655af819be0e3f2701c726a2550357953 (patch) | |
tree | 9ab4bfd78c64484aa3c2ba8b7ab2c08a631eb4b1 /util/other.syms | |
parent | Ensure s_client sends SNI data when used with -proxy (diff) | |
download | openssl-6be83cc655af819be0e3f2701c726a2550357953.tar.xz openssl-6be83cc655af819be0e3f2701c726a2550357953.zip |
OSSL_CMP_CTX: rename get/set function for trustedStore
This makes the naming more consistent, in a backward-compatible way
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17277)
Diffstat (limited to 'util/other.syms')
-rw-r--r-- | util/other.syms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms index 1ebffd1d26..da5f937c3f 100644 --- a/util/other.syms +++ b/util/other.syms @@ -396,6 +396,8 @@ OSSL_CMP_exec_IR_ses define OSSL_CMP_exec_CR_ses define OSSL_CMP_exec_P10CR_ses define OSSL_CMP_exec_KUR_ses define +OSSL_CMP_CTX_get0_trusted define +OSSL_CMP_CTX_set0_trusted define OSSL_CMP_CTX_set_log_verbosity define OSSL_CMP_CR define OSSL_CMP_IR define |