summaryrefslogtreecommitdiff
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:55:22 +0200
commit00acdfbf98d98e954aabf742acf722b605d0ffeb (patch)
tree762fab76ef7f53de8bcc0d07100562c0eeb5ce53
parent51624dbdaed5325ac763e63dc5eb0b3ef85d6489 (diff)
downloadopenssl-new-00acdfbf98d98e954aabf742acf722b605d0ffeb.tar.gz
vpaes-x86_64.pl: fix typo, which for some reason triggers rkhunter.
(cherry picked from commit 6eebcf345933694e08aba400faf6f639fb4db196)
-rw-r--r--crypto/aes/asm/vpaes-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/asm/vpaes-x86_64.pl b/crypto/aes/asm/vpaes-x86_64.pl
index 41f2e46f60..bd7f45b850 100644
--- a/crypto/aes/asm/vpaes-x86_64.pl
+++ b/crypto/aes/asm/vpaes-x86_64.pl
@@ -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
___