summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-27 22:14:39 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-27 22:14:39 +0000
commit1be02dd84277d15136ecb06fa253b83aaca9de49 (patch)
tree84a620f100d3555bba76fe0e7c18b40758d557d6 /crypto/md5
parent3d7c4a5a6d0bb05194a26e598000d2b2666e1bec (diff)
Make MD5 assembler code able to handle messages larger than 2GB on 32-bit
systems and above. PR: 664
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/asm/md5-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/asm/md5-586.pl b/crypto/md5/asm/md5-586.pl
index 5fc6a205ce..fa3fa3bed5 100644
--- a/crypto/md5/asm/md5-586.pl
+++ b/crypto/md5/asm/md5-586.pl
@@ -293,7 +293,7 @@ sub md5_block
&mov(&DWP(12,$tmp2,"",0),$D);
&cmp($tmp1,$X) unless $normal; # check count
- &jge(&label("start")) unless $normal;
+ &jae(&label("start")) unless $normal;
&pop("eax"); # pop the temp variable off the stack
&pop("ebx");