Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/lib/libcrypt Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/0395e5401e23
branches:  netbsd-3
changeset: 577894:0395e5401e23
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Mar 24 21:58:55 2006 +0000

description:
Pull up following revision(s) (requested by drochner in ticket #1212):
        lib/libcrypt/crypt.3: revision 1.19
salt is in the second argument

diffstat:

 lib/libcrypt/crypt.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28858cb4c245 -r 0395e5401e23 lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3      Fri Mar 24 17:34:52 2006 +0000
+++ b/lib/libcrypt/crypt.3      Fri Mar 24 21:58:55 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crypt.3,v 1.18 2004/06/10 13:53:48 uebayasi Exp $
+.\"    $NetBSD: crypt.3,v 1.18.2.1 2006/03/24 21:58:55 riz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -88,7 +88,7 @@
 Data Encryption Standard.
 Additional code has been added to deter key search attempts and to use
 stronger hashing algorithms.
-In the DES case, the first argument to
+In the DES case, the second argument to
 .Fn crypt
 is a character array, 9 bytes in length, consisting of an underscore (``_'')
 followed by 4 bytes of iteration count and 4 bytes of salt.



Home | Main Index | Thread Index | Old Index