]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add common internal crypto/ modules in liblegacy.a
authorRichard Levitte <levitte@openssl.org>
Thu, 9 Apr 2020 10:49:23 +0000 (12:49 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 9 Apr 2020 17:49:06 +0000 (19:49 +0200)
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)

crypto/build.info

index 864506a18d3923894ec9f25b9af6d058fb2a1de8..860b8bb8235f2da9db186e275590cb3c8fc76635 100644 (file)
@@ -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