summaryrefslogtreecommitdiffstats
path: root/providers/default/ciphers/build.info
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-23 14:35:16 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-23 14:35:16 +1000
commite3f3ee448f6c9d6765efc8739a09def8a04f0dc0 (patch)
treea9fd41b14a0bdb9af70260f3e03e9ae0324df080 /providers/default/ciphers/build.info
parenta941054ad7f5af9445896a37754ae451fad7ed98 (diff)
Add des ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9954)
Diffstat (limited to 'providers/default/ciphers/build.info')
-rw-r--r--providers/default/ciphers/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/default/ciphers/build.info b/providers/default/ciphers/build.info
index 02e0f7fa51..f942ccc030 100644
--- a/providers/default/ciphers/build.info
+++ b/providers/default/ciphers/build.info
@@ -4,7 +4,8 @@ IF[{- !$disabled{des} -}]
SOURCE[../../../libcrypto]=\
cipher_tdes_default.c cipher_tdes_default_hw.c \
cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
- cipher_desx.c cipher_desx_hw.c
+ cipher_desx.c cipher_desx_hw.c \
+ cipher_des.c cipher_des_hw.c
ENDIF
IF[{- !$disabled{aria} -}]