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.c | |
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.c')
-rw-r--r-- | lib/libc/crypt/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index 521b6385422..38b690d8665 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,4 +1,4 @@ -/* $Id: crypt.c,v 1.3 1996/03/25 22:31:45 tholo Exp $ */ +/* $OpenBSD: crypt.c,v 1.4 1996/06/03 22:20:35 niklas Exp $ */ /* * FreeSec: libcrypt |