summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
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