Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypto/arch/i386 correction made in 0.9.7c; from mark...



details:   https://anonhg.NetBSD.org/src/rev/960da6028677
branches:  trunk
changeset: 555248:960da6028677
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Nov 12 16:20:27 2003 +0000

description:
correction made in 0.9.7c; from markus@openbsd

diffstat:

 lib/libcrypto/arch/i386/md5_dgst_586.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 647a80dd7188 -r 960da6028677 lib/libcrypto/arch/i386/md5_dgst_586.S
--- a/lib/libcrypto/arch/i386/md5_dgst_586.S    Wed Nov 12 15:51:45 2003 +0000
+++ b/lib/libcrypto/arch/i386/md5_dgst_586.S    Wed Nov 12 16:20:27 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md5_dgst_586.S,v 1.1 2000/07/31 19:08:03 thorpej Exp $ */
+/*     $NetBSD: md5_dgst_586.S,v 1.2 2003/11/12 16:20:27 itojun Exp $  */
 
 /* Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost)
  * All rights reserved.
@@ -729,7 +729,7 @@
        movl    %ecx,           8(%ebp)
        movl    %edx,           12(%ebp)
        cmpl    %esi,           %edi
-       jge     L000start
+       jae     L000start
        popl    %eax
        popl    %ebx
        popl    %ebp



Home | Main Index | Thread Index | Old Index