diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-27 11:00:35 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-02 04:40:02 +0200 |
commit | b3c2ed7043233bd738957a7fcdf9e0734bfea937 (patch) | |
tree | 6ac0121007843e1bea0b0bf3fed25e8415221689 /util/libcrypto.num | |
parent | Add NCONF_get0_libctx() (diff) | |
download | openssl-b3c2ed7043233bd738957a7fcdf9e0734bfea937.tar.xz openssl-b3c2ed7043233bd738957a7fcdf9e0734bfea937.zip |
Add NCONF_get_section_names()
And a few additional fixups to make the no-deprecated configuration
to build.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15466)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index b086a829f9..eb1d17197c 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5419,3 +5419,4 @@ BIO_debug_callback_ex 5546 3_0_0 EXIST::FUNCTION: b2i_PVK_bio_ex 5547 3_0_0 EXIST::FUNCTION: i2b_PVK_bio_ex 5548 3_0_0 EXIST::FUNCTION: NCONF_get0_libctx 5547 3_0_0 EXIST::FUNCTION: +NCONF_get_section_names 5548 3_0_0 EXIST::FUNCTION: |