summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/libcrypto.map
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-25 18:44:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-26 11:51:35 +0300
commit84d7a4b26e733925e287185bb2f03feb6fb0811d (patch)
treee3d85c6d68f281b0a5e3af3910abbfe619556d65 /libcrypto/libcrypto/libcrypto.map
parent67a733cd316638b31b5771f61e3b7f1d11f731f9 (diff)
Release version 1.1.1+6v1.1.1+6
Upgrade to 1.1.1d
Diffstat (limited to 'libcrypto/libcrypto/libcrypto.map')
-rw-r--r--libcrypto/libcrypto/libcrypto.map19
1 files changed, 18 insertions, 1 deletions
diff --git a/libcrypto/libcrypto/libcrypto.map b/libcrypto/libcrypto/libcrypto.map
index 901b1c8..0cb9c89 100644
--- a/libcrypto/libcrypto/libcrypto.map
+++ b/libcrypto/libcrypto/libcrypto.map
@@ -4432,7 +4432,24 @@ OPENSSL_1_1_1 {
NAMING_AUTHORITY_it;
PROFESSION_INFO_it;
SCRYPT_PARAMS_it;
- local: *;
} OPENSSL_1_1_0j;
+OPENSSL_1_1_1b {
+ global:
+ OPENSSL_INIT_set_config_file_flags;
+ OPENSSL_INIT_set_config_filename;
+} OPENSSL_1_1_1;
+
+OPENSSL_1_1_1c {
+ global:
+ EVP_PKEY_get0_engine;
+} OPENSSL_1_1_1b;
+
+OPENSSL_1_1_1d {
+ global:
+ X509_get0_authority_issuer;
+ X509_get0_authority_serial;
+ local: *;
+} OPENSSL_1_1_1c;
+