summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-12-19 13:31:29 +0100
committerRichard Levitte <levitte@openssl.org>2019-12-19 13:31:29 +0100
commitc0d47492a77e67ce49cf3c538bdaf82ca90367cb (patch)
tree9e6e280ed86adee8e19df3066a0fafe0e9078296 /crypto/des
parent0ab6fc79a9a63370be1a615729dc2a6ed0d6c89b (diff)
CRYPTO: split cipher_platform.h into algorithm specific headers
aes_platform.h cmll_platform.h des_platform.h To make this possible, we must also define DES_ASM and CMLL_ASM to indicate that we have the necessary internal support. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10662)
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/build.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/des/build.info b/crypto/des/build.info
index b1c1e624c2..40e874823c 100644
--- a/crypto/des/build.info
+++ b/crypto/des/build.info
@@ -9,6 +9,7 @@ IF[{- !$disabled{asm} -}]
# appropriate one
IF[$DESASM_{- $target{asm_arch} -}]
$DESASM=$DESASM_{- $target{asm_arch} -}
+ $DESDEF=DES_ASM
ENDIF
ENDIF
@@ -21,6 +22,8 @@ SOURCE[../../libcrypto]=$COMMON\
str2key.c pcbc_enc.c qud_cksm.c rand_key.c \
fcrypt.c xcbc_enc.c cbc_cksm.c
SOURCE[../../providers/libfips.a]=$COMMON
+DEFINE[../../libcrypto]=$DESDEF
+DEFINE[../../providers/libfips.a]=$DESDEF
GENERATE[des_enc-sparc.S]=asm/des_enc.m4
GENERATE[dest4-sparcv9.S]=asm/dest4-sparcv9.pl