Configure, e_aes.c: allow for XTS assembler implementation.

This commit is contained in:
Andy Polyakov
2011-11-15 12:18:40 +00:00
parent ae55176091
commit 77aae9654f
3 changed files with 19 additions and 5 deletions

4
TABLE
View File

@@ -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