mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
legacy: include MD5 code in legacy provider
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/11961)
This commit is contained in:
parent
b250fc7be7
commit
81661a14bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user