summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/md5crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/crypt/md5crypt.c')
-rw-r--r--src/lib/libc/crypt/md5crypt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c
index 0d661cb754..0efd81c36e 100644
--- a/src/lib/libc/crypt/md5crypt.c
+++ b/src/lib/libc/crypt/md5crypt.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $ */
2
3/* 1/*
4 * ---------------------------------------------------------------------------- 2 * ----------------------------------------------------------------------------
5 * "THE BEER-WARE LICENSE" (Revision 42): 3 * "THE BEER-WARE LICENSE" (Revision 42):
@@ -11,7 +9,7 @@
11 */ 9 */
12 10
13#if defined(LIBC_SCCS) && !defined(lint) 11#if defined(LIBC_SCCS) && !defined(lint)
14static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $"; 12static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.4 1996/08/19 08:19:50 tholo Exp $";
15#endif /* LIBC_SCCS and not lint */ 13#endif /* LIBC_SCCS and not lint */
16 14
17#include <unistd.h> 15#include <unistd.h>