summaryrefslogtreecommitdiff
path: root/md5crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5crypt.c')
-rw-r--r--md5crypt.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/md5crypt.c b/md5crypt.c
index 8f2523e62..22ef98933 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -11,9 +11,11 @@
11#include "includes.h" 11#include "includes.h"
12 12
13#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) 13#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
14#include <openssl/md5.h> 14#include <sys/types.h>
15
16#include <string.h>
15 17
16RCSID("$Id: md5crypt.c,v 1.9 2003/11/21 12:56:47 djm Exp $"); 18#include <openssl/md5.h>
17 19
18/* 0 ... 63 => ascii - 64 */ 20/* 0 ... 63 => ascii - 64 */
19static unsigned char itoa64[] = 21static unsigned char itoa64[] =