[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Mon Apr 20 16:40:52 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  73824ba8fe30e3f52c7839d1b8fed2fbe47f3a68 (commit)
      from  e95e22af50fdb433b074c663693a2b94db74ce87 (commit)


- Log -----------------------------------------------------------------
commit 73824ba8fe30e3f52c7839d1b8fed2fbe47f3a68
Author: Andy Polyakov <appro at openssl.org>
Date:   Mon Apr 20 17:49:29 2015 +0200

    aes/asm/aesni-x86.pl: fix typo affecting Windows build.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (cherry picked from commit 7be6bc68c6baef87d4d730c2505a05810a5a1684)

-----------------------------------------------------------------------

Summary of changes:
 crypto/aes/asm/aesni-x86.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/aes/asm/aesni-x86.pl b/crypto/aes/asm/aesni-x86.pl
index 847695f..f67df8c 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");


More information about the openssl-commits mailing list