From 00acdfbf98d98e954aabf742acf722b605d0ffeb Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 6 Apr 2014 12:50:36 +0200 Subject: vpaes-x86_64.pl: fix typo, which for some reason triggers rkhunter. (cherry picked from commit 6eebcf345933694e08aba400faf6f639fb4db196) --- crypto/aes/asm/vpaes-x86_64.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/aes') 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 ___ -- cgit v1.2.3