aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/crypt-md5.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commitc0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /secure/lib/libcrypt/crypt-md5.c
parent9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (diff)
Notes
Diffstat (limited to 'secure/lib/libcrypt/crypt-md5.c')
-rw-r--r--secure/lib/libcrypt/crypt-md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypt/crypt-md5.c b/secure/lib/libcrypt/crypt-md5.c
index 54be6c661e2c..bdbf784d6e91 100644
--- a/secure/lib/libcrypt/crypt-md5.c
+++ b/secure/lib/libcrypt/crypt-md5.c
@@ -9,13 +9,13 @@
* This has had its entry point changed to crypt_md5 for use in
* a dual-personality (DES & MD5) environment) -- MarkM - Nov 1995
*
- * $FreeBSD$
+ * $Id$
*
*/
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.1 1995/12/16 09:14:09 markm Exp $";
+static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.2 1997/01/14 06:25:50 jkh Exp $";
#endif /* LIBC_SCCS and not lint */
#endif