summaryrefslogtreecommitdiffstats
path: root/util/other.syms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-09-14 09:20:41 +0200
committerRichard Levitte <levitte@openssl.org>2020-09-20 17:31:22 +0200
commitb8975c68b1a7796993759db22905d0ef05f7e077 (patch)
tree5cd409609aa40deddd2a3ecc16992f80b9611fa9 /util/other.syms
parent5a6d6fe66614ee5ff5976ca6e90bd156c8143553 (diff)
ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODER
OSSL_ENCODER was developed before OSSL_DECODER, so the idea of chaining and the resulting API came later. This series of changes brings the same sort of API and functionality back to OSSL_ENCODER, making the two APIs more consistent with each other. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12873)
Diffstat (limited to 'util/other.syms')
-rw-r--r--util/other.syms3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index 0925d726d8..b4acae2952 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -52,6 +52,9 @@ OSSL_PARAM datatype
OSSL_PROVIDER datatype
OSSL_ENCODER datatype
OSSL_ENCODER_CTX datatype
+OSSL_ENCODER_CONSTRUCT datatype
+OSSL_ENCODER_CLEANUP datatype
+OSSL_ENCODER_INSTANCE datatype
OSSL_STORE_CTX datatype
OSSL_STORE_INFO datatype
OSSL_STORE_LOADER datatype