Module Name: src
Committed By: kre
Date: Sat Aug 18 17:37:25 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map
Log Message:
Allow the symbols in the newly added conf_ssl.c to be exposed as globals.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
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.1 src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.2
--- src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.1 Thu Feb 8 22:48:55 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map Sat Aug 18 17:37:25 2018
@@ -752,6 +752,9 @@ 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;