aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-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 1d776902554e..5435cf4d5e05 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++)