From 73824ba8fe30e3f52c7839d1b8fed2fbe47f3a68 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 20 Apr 2015 17:49:29 +0200 Subject: aes/asm/aesni-x86.pl: fix typo affecting Windows build. Reviewed-by: Matt Caswell (cherry picked from commit 7be6bc68c6baef87d4d730c2505a05810a5a1684) --- crypto/aes/asm/aesni-x86.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/aes/asm') 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"); -- cgit v1.2.3