summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-04-06 12:50:36 +0200
committerAndy Polyakov <appro@openssl.org>2014-04-06 12:50:36 +0200
commit6eebcf345933694e08aba400faf6f639fb4db196 (patch)
treea980ddb20b11a76fc049fb7b41bd86e00f8d5083 /crypto/aes
parentcd6bd5ffda616822b52104fee0c4c7d623fd4f53 (diff)
vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/vpaes-ppc.pl2
-rw-r--r--crypto/aes/asm/vpaes-x86_64.pl2
2 files changed, 2 insertions, 2 deletions
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
___