summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-01-16 10:12:30 +0000
committerphk <phk@FreeBSD.org>1997-01-16 10:12:30 +0000
commit4a4bd14c4c5a8bd3eadd89f2fefc58ca8315b44d (patch)
tree27d0e1cff33619aa44697cd5359677e2e41e6164 /sbin/md5
parent873447b1b551540ff519533670057dbd62a22e59 (diff)
downloadFreeBSD-src-4a4bd14c4c5a8bd3eadd89f2fefc58ca8315b44d.zip
FreeBSD-src-4a4bd14c4c5a8bd3eadd89f2fefc58ca8315b44d.tar.gz
Trivial fix for braino.
Reviewed by: phk Submitted by: Martin Ibert <mib@ppe.bb-data.de>
Diffstat (limited to 'sbin/md5')
-rw-r--r--sbin/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 1d77690..5435cf4 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -107,7 +107,7 @@ MDTimeTrial()
printf
("MD5 time trial. Digesting %d %d-byte blocks ...",
- TEST_BLOCK_LEN, TEST_BLOCK_COUNT);
+ TEST_BLOCK_COUNT, TEST_BLOCK_LEN);
/* Initialize block */
for (i = 0; i < TEST_BLOCK_LEN; i++)
OpenPOWER on IntegriCloud