diff options
author | 1996-06-03 22:20:31 +0000 | |
---|---|---|
committer | 1996-06-03 22:20:31 +0000 | |
commit | ee815117eed31ba66cfa929d47f97f54ee7de8cc (patch) | |
tree | bb01ea5835d2c486890f8e390a9407cbe933bc0e /lib/libc/crypt/crypt.3 | |
parent | Added md5 utility needed by the "ports" system. From FreeBSD (diff) | |
download | wireguard-openbsd-ee815117eed31ba66cfa929d47f97f54ee7de8cc.tar.xz wireguard-openbsd-ee815117eed31ba66cfa929d47f97f54ee7de8cc.zip |
Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 78a54b18a2d..e08f6595e2e 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: crypt.3,v 1.2 1996/06/03 22:20:34 niklas Exp $ +.\" .\" FreeSec: libcrypt .\" .\" Copyright (c) 1994 David Burren @@ -27,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: crypt.3,v 1.1 1995/12/16 12:55:29 deraadt Exp $ -.\" .\" Manual page, using -mandoc macros .\" .Dd March 9, 1994 |