projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95e22a
)
aes/asm/aesni-x86.pl: fix typo affecting Windows build.
author
Andy Polyakov
<appro@openssl.org>
Mon, 20 Apr 2015 15:49:29 +0000
(17:49 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 20 Apr 2015 16:40:46 +0000
(18:40 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit
7be6bc68c6baef87d4d730c2505a05810a5a1684
)
crypto/aes/asm/aesni-x86.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/aesni-x86.pl
b/crypto/aes/asm/aesni-x86.pl
index 847695fb1b629dd53288509848bb32836aef7acf..f67df8cf13da3eb08e495bd12bb415d63e196e2f 100644
(file)
--- 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 (&
D
WP(-16,$key),"xmm0");
+ &movdqu (&
Q
WP(-16,$key),"xmm0");
&set_label("loop_key128");
&pshufb ("xmm0","xmm5");