提交 7be6bc68 编写于 作者: A Andy Polyakov

aes/asm/aesni-x86.pl: fix typo affecting Windows build.

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 23f6eec7
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册