vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.

This commit is contained in:
Andy Polyakov 2014-04-06 12:50:36 +02:00
parent cd6bd5ffda
commit 6eebcf3459
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ Lconsts:
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
.asciz "Vector Permutaion AES for AltiVec, Mike Hamburg (Stanford University)"
.asciz "Vector Permutation AES for AltiVec, Mike Hamburg (Stanford University)"
.align 6
___

View file

@ -1059,7 +1059,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
___