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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c
index 0efd81c36e..3e3c681c8e 100644
--- a/src/lib/libc/crypt/md5crypt.c
+++ b/src/lib/libc/crypt/md5crypt.c
@@ -9,11 +9,12 @@
9 */ 9 */
10 10
11#if defined(LIBC_SCCS) && !defined(lint) 11#if defined(LIBC_SCCS) && !defined(lint)
12static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.4 1996/08/19 08:19:50 tholo Exp $"; 12static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.5 1996/09/15 09:30:46 tholo Exp $";
13#endif /* LIBC_SCCS and not lint */ 13#endif /* LIBC_SCCS and not lint */
14 14
15#include <unistd.h> 15#include <unistd.h>
16#include <stdio.h> 16#include <stdio.h>
17#include <string.h>
17#include <md5.h> 18#include <md5.h>
18 19
19static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ 20static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */