summaryrefslogtreecommitdiff
path: root/md5crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5crypt.c')
-rw-r--r--md5crypt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/md5crypt.c b/md5crypt.c
index 253fdfdf2..22ef98933 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -11,6 +11,10 @@
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 <sys/types.h>
15
16#include <string.h>
17
14#include <openssl/md5.h> 18#include <openssl/md5.h>
15 19
16/* 0 ... 63 => ascii - 64 */ 20/* 0 ... 63 => ascii - 64 */