[openssl] master update
Matt Caswell
matt at openssl.org
Tue Mar 23 17:25:19 UTC 2021
The branch master has been updated
via a669418c8eb64d0e3cb62af1794949066a253039 (commit)
from ccdfcf07d9fb5e286f4a1f08df5e571869c88672 (commit)
- Log -----------------------------------------------------------------
commit a669418c8eb64d0e3cb62af1794949066a253039
Author: Matt Caswell <matt at openssl.org>
Date: Mon Mar 22 11:26:04 2021 +0000
Be more selective about copying libcrypto symbols into legacy.so
Some private libcrypto symbols are also included in legacy.so.
Unfortunately this included some files with "RUN_ONCE" functions and
global data. This doesn't get properly cleaned up when OpenSSL exits.
Therefore we are more selective about the symbols we include in legacy.so.
Fixes #13560
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14646)
-----------------------------------------------------------------------
Summary of changes:
crypto/build.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/build.info b/crypto/build.info
index 7fe79e2296..dc180d0252 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -81,7 +81,7 @@ SOURCE[../libcrypto]=$UTIL_COMMON \
punycode.c \
$UPLINKSRC
SOURCE[../providers/libfips.a]=$UTIL_COMMON
-SOURCE[../providers/liblegacy.a]=$UTIL_COMMON
+SOURCE[../providers/liblegacy.a]=cryptlib.c $CPUIDASM ctype.c
# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
More information about the openssl-commits
mailing list