We modify the build.info file to exclude the legacy_blake2.c file in
the event that blake2 support has been disabled.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10425)
e_aes_cbc_hmac_sha1.c e_aes_cbc_hmac_sha256.c e_rc4_hmac_md5.c \
e_chacha20_poly1305.c \
pkey_mac.c exchange.c \
- legacy_sha.c legacy_md5_sha1.c legacy_blake2.c
+ legacy_sha.c legacy_md5_sha1.c
IF[{- !$disabled{md2} -}]
SOURCE[../../libcrypto]=legacy_md2.c
IF[{- !$disabled{mdc2} -}]
SOURCE[../../libcrypto]=legacy_mdc2.c
ENDIF
+IF[{- !$disabled{blake2} -}]
+ SOURCE[../../libcrypto]=legacy_blake2.c
+ENDIF
+
SOURCE[../../providers/libfips.a]=$COMMON