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 Allow the symbols ...



details:   https://anonhg.NetBSD.org/src/rev/11abaf7bb729
branches:  trunk
changeset: 363977:11abaf7bb729
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Aug 18 17:37:25 2018 +0000

description:
Allow the symbols in the newly added conf_ssl.c to be exposed as globals.

diffstat:

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

diffs (13 lines):

diff -r b9a2c1fea424 -r 11abaf7bb729 crypto/external/bsd/openssl/lib/libcrypto/crypto.map
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Sat Aug 18 16:40:02 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Sat Aug 18 17:37:25 2018 +0000
@@ -752,6 +752,9 @@
         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;



Home | Main Index | Thread Index | Old Index