summaryrefslogtreecommitdiff
path: root/bin/md5
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-06 13:29:09 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-06 13:29:09 +0000
commite9adfbcaf16f3287027630e6f8926cbf5195af9f (patch)
treeb20ad65ef5726147335786dc24cc1d1a00d5c7f3 /bin/md5
parent99d09c2c5ce8a0c313c2a485a4a6a8ed24e805c5 (diff)
o) __progname aria;
millert@ ok.
Diffstat (limited to 'bin/md5')
-rw-r--r--bin/md5/md5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/md5/md5.c b/bin/md5/md5.c
index c32980a4c84..4c3dc46c725 100644
--- a/bin/md5/md5.c
+++ b/bin/md5/md5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: md5.c,v 1.13 2001/06/03 18:04:16 millert Exp $ */
+/* $OpenBSD: md5.c,v 1.14 2001/09/06 13:29:08 mpech Exp $ */
/*
* Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -264,7 +264,6 @@ digest_test(struct hash_functions *hf)
static void
usage()
{
-
fprintf(stderr, "usage: %s [-p | -t | -x | -s string | file ...]\n",
__progname);
exit(1);