summaryrefslogtreecommitdiff
path: root/util/other.syms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-07-27 21:51:44 +0200
committerPauli <paul.dale@oracle.com>2020-08-01 11:51:20 +1000
commit3c033c5bfed214b02c0f041239d1cb8a4e27fd82 (patch)
tree44b1c0c4c3dee36c6077dcdd7f894881a193cb91 /util/other.syms
parent319d0b2be96539f10628c98f37306655fd158f61 (diff)
downloadopenssl-new-3c033c5bfed214b02c0f041239d1cb8a4e27fd82.tar.gz
DESERIALIZER: Refactor the constructor setting API
It's not the best idea to set a whole bunch of parameters in one call, that leads to functions that are hard to update. Better to re-model this into several function made to set one parameter each. This also renames "finalizer" to "constructor", which was suggested earlier but got lost at the time. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12544)
Diffstat (limited to 'util/other.syms')
-rw-r--r--util/other.syms4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/other.syms b/util/other.syms
index a8eda47bde..bfe320396b 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -43,8 +43,8 @@ OPENSSL_CTX datatype
NAMING_AUTHORITY datatype
OSSL_DESERIALIZER datatype
OSSL_DESERIALIZER_CTX datatype
-OSSL_DESERIALIZER_FINALIZER datatype
-OSSL_DESERIALIZER_CLEANER datatype
+OSSL_DESERIALIZER_CONSTRUCT datatype
+OSSL_DESERIALIZER_CLEANUP datatype
OSSL_DESERIALIZER_INSTANCE datatype
OSSL_DESERIALIZER_CTX datatype
OSSL_HTTP_bio_cb_t datatype