[openssl] master update
Richard Levitte
levitte at openssl.org
Thu Apr 9 17:50:11 UTC 2020
The branch master has been updated
via 09fafd06065b4de17ec8b2ae0004002f2a252dc8 (commit)
from 5435044fd6007f8a649f8fc75a043221931d4bf1 (commit)
- Log -----------------------------------------------------------------
commit 09fafd06065b4de17ec8b2ae0004002f2a252dc8
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Apr 9 12:49:23 2020 +0200
Add common internal crypto/ modules in liblegacy.a
Just as for the FIPS module, there's code in the legacy module that need
this.
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11504)
-----------------------------------------------------------------------
Summary of changes:
crypto/build.info | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto/build.info b/crypto/build.info
index 864506a18d..860b8bb823 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -80,6 +80,7 @@ SOURCE[../libcrypto]=$UTIL_COMMON \
o_fopen.c getenv.c o_init.c o_fips.c init.c trace.c provider.c \
$UPLINKSRC
SOURCE[../providers/libfips.a]=$UTIL_COMMON
+SOURCE[../providers/liblegacy.a]=$UTIL_COMMON
# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
@@ -87,6 +88,7 @@ DEFINE[../libcrypto]=$UTIL_DEFINE $UPLINKDEF
DEFINE[../providers/libfips.a]=$UTIL_DEFINE
DEFINE[../providers/fips]=$UTIL_DEFINE
DEFINE[../providers/libimplementations.a]=$UTIL_DEFINE
+DEFINE[../providers/liblegacy.a]=$UTIL_DEFINE
DEFINE[../providers/libcommon.a]=$UTIL_DEFINE
DEPEND[info.o]=buildinf.h
More information about the openssl-commits
mailing list