From b56236b58b3f5b798cacebecca57cd6d34658587 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 Dec 2020 17:35:27 +0300 Subject: Release version 1.1.1+12 Upgrade to 1.1.1i Add symlink attribute for symbolic links that refer to upstream subdirectories Make the .map and .def files prerequisites of the libs type target Canonicalize the license in the package manifests Load the c.config module rather than c in openssl/tests/build/root.build --- libcrypto/libcrypto/libcrypto.def | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcrypto/libcrypto/libcrypto.def') diff --git a/libcrypto/libcrypto/libcrypto.def b/libcrypto/libcrypto/libcrypto.def index a5c8b32..97c190c 100644 --- a/libcrypto/libcrypto/libcrypto.def +++ b/libcrypto/libcrypto/libcrypto.def @@ -1255,6 +1255,7 @@ EXPORTS EC_KEY_check_key EC_KEY_clear_flags EC_KEY_copy + EC_KEY_decoded_from_explicit_params EC_KEY_dup EC_KEY_free EC_KEY_generate_key @@ -3379,6 +3380,7 @@ EXPORTS X509V3_string_free X509_ALGORS_it X509_ALGOR_cmp + X509_ALGOR_copy X509_ALGOR_dup X509_ALGOR_free X509_ALGOR_get0 @@ -3611,6 +3613,8 @@ EXPORTS X509_REQ_print X509_REQ_print_ex X509_REQ_print_fp + X509_REQ_set0_signature + X509_REQ_set1_signature_algo X509_REQ_set_extension_nids X509_REQ_set_pubkey X509_REQ_set_subject_name -- cgit v1.1