From 3372c4fffa0556a688f8f1f550b095051398f596 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 22 Feb 2015 19:19:26 +0100 Subject: [PATCH] sha/asm/sha1-586.pl: fix typo. The typo doesn't affect supported configuration, only unsupported masm. Reviewed-by: Matt Caswell --- 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 8377299b1e..4895eb3ddf 100644 --- a/crypto/sha/asm/sha1-586.pl +++ b/crypto/sha/asm/sha1-586.pl @@ -450,7 +450,7 @@ sub sha1msg2 { sha1op38(0xca,@_); } &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 -- 2.25.1