vpaes-x86_64.pl: fix typo, which for some reason triggers rkhunter.

(cherry picked from commit 6eebcf345933694e08aba400faf6f639fb4db196)
This commit is contained in:
Andy Polyakov 2014-04-06 12:50:36 +02:00
parent 51624dbdae
commit 00acdfbf98

View File

@ -1060,7 +1060,7 @@ _vpaes_consts:
.Lk_dsbo: # decryption sbox final output
.quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
.quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C
.asciz "Vector Permutaion AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
.asciz "Vector Permutation AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
.align 64
.size _vpaes_consts,.-_vpaes_consts
___