Configure, e_aes.c: allow for XTS assembler implementation.
This commit is contained in:
4
TABLE
4
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
|
||||
|
||||
Reference in New Issue
Block a user