projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51624db
)
vpaes-x86_64.pl: fix typo, which for some reason triggers rkhunter.
author
Andy Polyakov
<appro@openssl.org>
Sun, 6 Apr 2014 10:50:36 +0000
(12:50 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 6 Apr 2014 10:55:22 +0000
(12:55 +0200)
(cherry picked from commit
6eebcf345933694e08aba400faf6f639fb4db196
)
crypto/aes/asm/vpaes-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/vpaes-x86_64.pl
b/crypto/aes/asm/vpaes-x86_64.pl
index 41f2e46f60c6067b27c4a227ac05fcfb377a9c08..bd7f45b8509174f17206cd63174262a997ce8262 100644
(file)
--- 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 Permuta
t
ion AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
.align 64
.size _vpaes_consts,.-_vpaes_consts
___