Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Revert previous an...



details:   https://anonhg.NetBSD.org/src/rev/ca90266b2740
branches:  trunk
changeset: 363979:ca90266b2740
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Aug 18 23:35:18 2018 +0000

description:
Revert previous and do it the way it is supposed to be done.
Thanks to the heads up from rjs@

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/crypto.map |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 080dc3e3f22e -r ca90266b2740 crypto/external/bsd/openssl/lib/libcrypto/crypto.map
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Sat Aug 18 20:17:51 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Sat Aug 18 23:35:18 2018 +0000
@@ -752,9 +752,6 @@
         CONF_parse_list;
         CONF_set_default_method;
         CONF_set_nconf;
-        conf_ssl_get;
-        conf_ssl_get_cmd;
-        conf_ssl_name_find;
         CRL_DIST_POINTS_free;
         CRL_DIST_POINTS_new;
         CRYPTO_128_unwrap;
@@ -4070,7 +4067,13 @@
     global:
         CRYPTO_secure_clear_free;
         EVP_PKEY_set1_engine;
-    local: *;
 } OPENSSL_1_1_0f;
 
+OPENSSL_1_1_0i {
+    global:
+        conf_ssl_get;
+        conf_ssl_get_cmd;
+        conf_ssl_name_find;
+    local: *;
+} OPENSSL_1_1_0g;
 



Home | Main Index | Thread Index | Old Index