Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 1997 09:34:49 +0100
From:      Martin Ibert <mib@ppe.bb-data.de>
To:        bugs@freebsd.org
Subject:   Rather insignificant bug, but easily fixed
Message-ID:  <32DDE829.63A7@ppe.bb-data.de>

next in thread | raw e-mail | index | archive | help
Hi,

in /usr/src/sbin/md5/md5.c:

        printf
            ("MD5 time trial. Digesting %d %d-byte blocks ...",
            TEST_BLOCK_LEN, TEST_BLOCK_COUNT);


should be

        printf
            ("MD5 time trial. Digesting %d %d-byte blocks ...",
            TEST_BLOCK_COUNT, TEST_BLOCK_LEN);


-- 
-----------------------------------------------------------------
Dipl.-Inform. Martin Ibert, BB-DATA GmbH, phone: +49-30-245-56582
Brunnenstraße 111, D-13355 Berlin, Germany, fax: +49-30-245-56577
--------------------------------------- mailto:mib@ppe.bb-data.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32DDE829.63A7>