Use Bitsplice/Vector optimized AES too.

This commit is contained in:
joerg 2015-05-16 20:23:06 +00:00
parent 2ae6f4c2ca
commit ac3734b820
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.PATH.S: ${.PARSEDIR}
AES_SRCS = aes-x86_64.S aesni-x86_64.S
AESCPPFLAGS = -DAES_ASM -DOPENSSL_IA32_SSE2
AES_SRCS = aes-x86_64.S aesni-x86_64.S bsaes-x86_64.S vpaes-x86_64.S
AESCPPFLAGS = -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DOPENSSL_IA32_SSE2
AESNI = yes
.include "../../aes.inc"