summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-14 09:27:49 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-14 09:27:49 +1000
commit3a9f26f3308c5b3e59ec0e589310fd137b0399f6 (patch)
tree7eee906072dbc4679fbb2007ab8bf14f4ee91637 /crypto/modes
parent88d870824f1f913877f0f978ae60879575daf56d (diff)
Add aes_xts cipher to providers
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9327)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/build.info5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/modes/build.info b/crypto/modes/build.info
index fa5e52f50e..506e04d5fa 100644
--- a/crypto/modes/build.info
+++ b/crypto/modes/build.info
@@ -48,9 +48,10 @@ IF[{- !$disabled{asm} -}]
ENDIF
ENDIF
-$COMMON=cbc128.c ctr128.c cfb128.c ofb128.c gcm128.c ccm128.c $MODESASM
+$COMMON=cbc128.c ctr128.c cfb128.c ofb128.c gcm128.c ccm128.c xts128.c $MODESASM
SOURCE[../../libcrypto]=$COMMON \
- cts128.c xts128.c wrap128.c ocb128.c siv128.c
+ cts128.c wrap128.c ocb128.c siv128.c
+
DEFINE[../../libcrypto]=$MODESDEF
SOURCE[../../providers/fips]=$COMMON
DEFINE[../../providers/fips]=$MODESDEF