From: Andy Polyakov Date: Sun, 6 Apr 2014 10:50:36 +0000 (+0200) Subject: vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter. X-Git-Tag: OpenSSL_1_0_2-beta2~264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dacb698ada2579bccfc3d88662f8cca75fb1b9aa;p=oweals%2Fopenssl.git vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter. (cherry picked from commit 6eebcf345933694e08aba400faf6f639fb4db196) --- diff --git a/crypto/aes/asm/vpaes-ppc.pl b/crypto/aes/asm/vpaes-ppc.pl index d6c931701e..47115d7420 100644 --- a/crypto/aes/asm/vpaes-ppc.pl +++ b/crypto/aes/asm/vpaes-ppc.pl @@ -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 ___ diff --git a/crypto/aes/asm/vpaes-x86_64.pl b/crypto/aes/asm/vpaes-x86_64.pl index 212394bc59..40ef342d97 100644 --- a/crypto/aes/asm/vpaes-x86_64.pl +++ b/crypto/aes/asm/vpaes-x86_64.pl @@ -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 ___