This makes the legacy provider available regardless of building conditions. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9637)master
parent
03f30c552a
commit
318e074e1f
@ -1,4 +1,8 @@
|
||||
SUBDIRS=digests
|
||||
IF[{- $disabled{module} -}]
|
||||
$GOAL=../../libcrypto
|
||||
ELSE
|
||||
$GOAL=../legacy
|
||||
ENDIF
|
||||
|
||||
SOURCE[../legacy]=\
|
||||
legacyprov.c
|
||||
SOURCE[$GOAL]=legacyprov.c
|
||||
|
@ -1,24 +1,30 @@
|
||||
IF[{- $disabled{module} -}]
|
||||
$GOAL=../../../libcrypto
|
||||
ELSE
|
||||
$GOAL=../../legacy
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{md2} -}]
|
||||
SOURCE[../../legacy]=\
|
||||
SOURCE[$GOAL]=\
|
||||
md2_prov.c
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{md4} -}]
|
||||
SOURCE[../../legacy]=\
|
||||
SOURCE[$GOAL]=\
|
||||
md4_prov.c
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{mdc2} -}]
|
||||
SOURCE[../../legacy]=\
|
||||
SOURCE[$GOAL]=\
|
||||
mdc2_prov.c
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{whirlpool} -}]
|
||||
SOURCE[../../legacy]=\
|
||||
SOURCE[$GOAL]=\
|
||||
wp_prov.c
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{rmd160} -}]
|
||||
SOURCE[../../legacy]=\
|
||||
SOURCE[$GOAL]=\
|
||||
ripemd_prov.c
|
||||
ENDIF
|
Loading…
Reference in new issue