From 09fafd06065b4de17ec8b2ae0004002f2a252dc8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 9 Apr 2020 12:49:23 +0200 Subject: [PATCH] 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11504) --- 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 -- 2.39.5