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

Andy Polyakov appro at openssl.org
Sun Feb 22 18:22:27 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  f243def213b24256db997bb30f729bc23d2c9d0a (commit)
      from  1f956f9cda79ad6439938e3c40763f2bd73ceda3 (commit)


- Log -----------------------------------------------------------------
commit f243def213b24256db997bb30f729bc23d2c9d0a
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Feb 22 19:19:26 2015 +0100

    sha/asm/sha1-586.pl: fix typo.
    
    The typo doesn't affect supported configuration, only unsupported masm.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (cherry picked from commit 3372c4fffa0556a688f8f1f550b095051398f596)

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

Summary of changes:
 crypto/sha/asm/sha1-586.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/sha/asm/sha1-586.pl b/crypto/sha/asm/sha1-586.pl
index 8377299..4895eb3 100644
--- a/crypto/sha/asm/sha1-586.pl
+++ b/crypto/sha/asm/sha1-586.pl
@@ -450,7 +450,7 @@ sub sha1msg2	{ sha1op38(0xca, at _); }
 	&sub	("esp",32);
 
 	&movdqu	($ABCD,&QWP(0,$ctx));
-	&movd	($E,&QWP(16,$ctx));
+	&movd	($E,&DWP(16,$ctx));
 	&and	("esp",-32);
 	&movdqa	($BSWAP,&QWP(0x50,$tmp1));	# byte-n-word swap
 


More information about the openssl-commits mailing list