Module Name:    src
Committed By:   kre
Date:           Sat Aug 18 23:35:18 UTC 2018

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.2 src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.3
--- src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.2	Sat Aug 18 17:37:25 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map	Sat Aug 18 23:35:18 2018
@@ -752,9 +752,6 @@ OPENSSL_1_1_0 {
         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 @@ OPENSSL_1_1_0g {
     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;
 

Reply via email to