summaryrefslogtreecommitdiffstats
path: root/crypto
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:39:56 +0200
commit7be6bc68c6baef87d4d730c2505a05810a5a1684 (patch)
tree68ecab614a80b384e409dcf054784e04663a2965 /crypto
parent23f6eec71dbd472044db7dc854599f1de14a1f48 (diff)
aes/asm/aesni-x86.pl: fix typo affecting Windows build.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto')
-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");