summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-15 12:18:40 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-15 12:18:40 +0000
commit77aae9654f05cd37d440af95e0ffbe29ba8cee12 (patch)
treefadd541bd011c935d9586e4b57ec9f5c96786113 /TABLE
parentae551760917614647ad6fbacec6e4c1b495a94cf (diff)
Configure, e_aes.c: allow for XTS assembler implementation.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 94ef4f725d..a036697e61 100644
--- a/TABLE
+++ b/TABLE
@@ -4301,7 +4301,7 @@ $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
$cpuid_obj = s390xcap.o s390xcpuid.o
$bn_obj = bn_asm.o s390x-mont.o s390x-gf2m.o
$des_obj =
-$aes_obj = aes_ctr.o aes-s390x.o
+$aes_obj = aes-s390x.o aes-ctr.o aes-xts.o
$bf_obj =
$md5_obj =
$sha1_obj = sha1-s390x.o sha256-s390x.o sha512-s390x.o
@@ -4334,7 +4334,7 @@ $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
$cpuid_obj = s390xcap.o s390xcpuid.o
$bn_obj = bn-s390x.o s390x-mont.o s390x-gf2m.o
$des_obj =
-$aes_obj = aes_ctr.o aes-s390x.o
+$aes_obj = aes-s390x.o aes-ctr.o aes-xts.o
$bf_obj =
$md5_obj =
$sha1_obj = sha1-s390x.o sha256-s390x.o sha512-s390x.o