summaryrefslogtreecommitdiff
path: root/md5crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5crypt.c')
-rw-r--r--md5crypt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/md5crypt.c b/md5crypt.c
index 16bcf33a1..a9f0f26dd 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -21,14 +21,7 @@
21 21
22#include <unistd.h> 22#include <unistd.h>
23#include <string.h> 23#include <string.h>
24
25#ifdef HAVE_OPENSSL
26#include <openssl/md5.h> 24#include <openssl/md5.h>
27#endif
28
29#ifdef HAVE_SSL
30#include <ssl/md5.h>
31#endif
32 25
33static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ 26static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */
34 "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; 27 "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";