From: Andy Polyakov Date: Mon, 20 Apr 2015 15:49:29 +0000 (+0200) Subject: aes/asm/aesni-x86.pl: fix typo affecting Windows build. X-Git-Tag: OpenSSL_1_0_2b~117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73824ba8fe30e3f52c7839d1b8fed2fbe47f3a68;p=oweals%2Fopenssl.git aes/asm/aesni-x86.pl: fix typo affecting Windows build. Reviewed-by: Matt Caswell (cherry picked from commit 7be6bc68c6baef87d4d730c2505a05810a5a1684) --- diff --git a/crypto/aes/asm/aesni-x86.pl b/crypto/aes/asm/aesni-x86.pl index 847695fb1b..f67df8cf13 100644 --- a/crypto/aes/asm/aesni-x86.pl +++ b/crypto/aes/asm/aesni-x86.pl @@ -2168,7 +2168,7 @@ if ($PREFIX eq "aesni") { &mov ($rounds,8); &movdqa ("xmm4",&QWP(0x20,"ebx")); &movdqa ("xmm2","xmm0"); - &movdqu (&DWP(-16,$key),"xmm0"); + &movdqu (&QWP(-16,$key),"xmm0"); &set_label("loop_key128"); &pshufb ("xmm0","xmm5");