diff options
author | Richard Levitte <levitte@openssl.org> | 2020-04-09 12:49:23 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-04-09 19:49:06 +0200 |
commit | 09fafd06065b4de17ec8b2ae0004002f2a252dc8 (patch) | |
tree | 77fd2c5b52f820f46f0650420f34ce2fedf73129 /crypto/build.info | |
parent | Enable Ed25519 signing/verifying to use the libctx (diff) | |
download | openssl-09fafd06065b4de17ec8b2ae0004002f2a252dc8.tar.xz openssl-09fafd06065b4de17ec8b2ae0004002f2a252dc8.zip |
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)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 2 insertions, 0 deletions
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 |