[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  7be6bc68c6baef87d4d730c2505a05810a5a1684 (commit)
      from  23f6eec71dbd472044db7dc854599f1de14a1f48 (commit)


- Log -----------------------------------------------------------------
commit 7be6bc68c6baef87d4d730c2505a05810a5a1684
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>

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

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