summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-04-20 17:49:29 +0200
committerAndy Polyakov <appro@openssl.org>2015-04-20 18:40:46 +0200
commit73824ba8fe30e3f52c7839d1b8fed2fbe47f3a68 (patch)
tree39d3c879c9d919a4b1391b091ee55b7c83ae6e13 /crypto/aes/asm
parente95e22af50fdb433b074c663693a2b94db74ce87 (diff)
aes/asm/aesni-x86.pl: fix typo affecting Windows build.
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 7be6bc68c6baef87d4d730c2505a05810a5a1684)
Diffstat (limited to 'crypto/aes/asm')
-rw-r--r--crypto/aes/asm/aesni-x86.pl2
1 files changed, 1 insertions, 1 deletions
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");