mirror of
https://github.com/openssl/openssl.git
synced 2025-01-26 11:53:40 +08:00
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@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11504)
This commit is contained in:
parent
5435044fd6
commit
09fafd0606
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user