Fix crypto/des/build.info
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2021 22:55:51 +0000 (23:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Jan 2021 10:19:25 +0000 (11:19 +0100)
commit3f6e891d423ed911eb779bfd1401a26ec18cfa41
treeba30b86b8df2c047041cfbc882c00884b9091fe7
parente604b7c9156c66c05dd1640707f196f9fd49a184
Fix crypto/des/build.info

!$disabled{mdc2} was used to determine if DES files should be included
in providers/liblegacy.a.  Use !$disabled{des} instead.

Fixes #13865

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13866)
crypto/des/build.info