summaryrefslogtreecommitdiff
path: root/bin/md5/cksum.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-02-25 10:32:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-02-25 10:32:07 +0000
commit7b2c2bb9ce811584596f5d8eedade66d4f6421f1 (patch)
treef3f37112ee9d2d1eb499ceff7930677bdf067e48 /bin/md5/cksum.1
parent823202b1bb5f7b566020f1b390fdb798ba19a7cc (diff)
avoid specifying which hash to use;
this after some discussion w/ otto; started by pr #4120, from andy isaacson;
Diffstat (limited to 'bin/md5/cksum.1')
-rw-r--r--bin/md5/cksum.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1
index 594136ff6e1..dea323540c2 100644
--- a/bin/md5/cksum.1
+++ b/bin/md5/cksum.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cksum.1,v 1.3 2004/12/29 17:32:44 millert Exp $
+.\" $OpenBSD: cksum.1,v 1.4 2005/02/25 10:32:06 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -278,4 +278,4 @@ or
algorithms to detect hostile binary modifications.
An attacker can trivially produce backdoored daemons which have the same
checksum as the standard versions.
-Use a cryptographic-strength checksum (such as MD5) instead.
+Use a cryptographic checksum instead.