[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  3372c4fffa0556a688f8f1f550b095051398f596 (commit)
      from  1526fea5441f0b6256b298b30ba9fcb3e3ecd930 (commit)


- Log -----------------------------------------------------------------
commit 3372c4fffa0556a688f8f1f550b095051398f596
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>

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

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