summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-10-26 13:06:01 +0100
committerRichard Levitte <levitte@openssl.org>2020-11-11 11:42:06 +0100
commitebfdb63d96496274106b4192fda6039cbb272bae (patch)
tree783610da2aeff10d1c1944e077600c153e7125e0 /util
parentf7626d0bfab35acd89c2c6542fc6504954191a14 (diff)
DECODER: Add support for specifying the outermost input structure
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13248)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 9437e30e85..40e1fcb43a 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5285,3 +5285,6 @@ EVP_PKEY_CTX_get0_libctx ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_get0_propq ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_set1_encoded_public_key ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_get1_encoded_public_key ? 3_0_0 EXIST::FUNCTION:
+OSSL_DECODER_CTX_set_selection ? 3_0_0 EXIST::FUNCTION:
+OSSL_DECODER_CTX_set_input_structure ? 3_0_0 EXIST::FUNCTION:
+OSSL_DECODER_INSTANCE_get_input_structure ? 3_0_0 EXIST::FUNCTION: