From 81661a14bcf9fb92eadedb15de75c3eb5b4e97a8 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 26 May 2020 20:20:09 +1000 Subject: [PATCH] legacy: include MD5 code in legacy provider Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/11961) --- crypto/md5/build.info | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/md5/build.info b/crypto/md5/build.info index afcf7c4426..18d5342a36 100644 --- a/crypto/md5/build.info +++ b/crypto/md5/build.info @@ -17,11 +17,13 @@ ENDIF $COMMON=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM SOURCE[../../libcrypto]=$COMMON SOURCE[../../providers/libimplementations.a]=$COMMON +SOURCE[../../providers/liblegacy.a]=$COMMON # Implementations are now spread across several libraries, so the defines # need to be applied to all affected libraries and modules. DEFINE[../../libcrypto]=$MD5DEF DEFINE[../../providers/libimplementations.a]=$MD5DEF +DEFINE[../../providers/liblegacy.a]=$MD5DEF GENERATE[md5-586.s]=asm/md5-586.pl