summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-03-16 14:21:42 +0100
committerRichard Levitte <levitte@openssl.org>2021-04-02 08:57:47 +0200
commit1010884e0a6d391d3628ffdb057f1812ef08ed73 (patch)
treed965c2df61de65f23437a3e64690073411dd9ce4 /util
parent309a78aa305ee14878e453c78ccf9a7dc91264cf (diff)
Add OSSL_DECODER_description() and OSSL_ENCODER_description()
Fixes #14514 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14656)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index b968e0da1f..203d50263b 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5333,3 +5333,5 @@ X509_REQ_new_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_dup ? 3_0_0 EXIST::FUNCTION:
RSA_PSS_PARAMS_dup ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_derive_set_peer_ex ? 3_0_0 EXIST::FUNCTION:
+OSSL_DECODER_description ? 3_0_0 EXIST::FUNCTION:
+OSSL_ENCODER_description ? 3_0_0 EXIST::FUNCTION: