mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
56e840fe2d
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9083)
18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
SOURCE[../../../libcrypto]=\
|
|
null_prov.c
|
|
|
|
IF[{- !$disabled{blake2} -}]
|
|
SOURCE[../../../libcrypto]=\
|
|
blake2_prov.c blake2b_prov.c blake2s_prov.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{sm3} -}]
|
|
SOURCE[../../../libcrypto]=\
|
|
sm3_prov.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{md5} -}]
|
|
SOURCE[../../../libcrypto]=\
|
|
md5_prov.c md5_sha1_prov.c
|
|
ENDIF
|