From 2b48d6b7dd4318ace7f2b3fa9b34e5c1f27f8869 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Mon, 23 Feb 2015 14:31:17 -0500 Subject: sha/asm/sha1-586.pl: fix typo. The typo doesn't affect supported configuration, only unsupported masm. (Imported from upstream's 3372c4fffa0556a688f8f1f550b095051398f596) Change-Id: Ib6a2f1d9f6fc244a33da1e079188acdf69d5e2f3 Reviewed-on: https://boringssl-review.googlesource.com/3580 Reviewed-by: Adam Langley --- crypto/sha/asm/sha1-586.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/sha/asm/sha1-586.pl b/crypto/sha/asm/sha1-586.pl index 8377299b..4895eb3d 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 -- cgit v1.2.3