]> andersk Git - openssh.git/blobdiff - md5crypt.h
- Portability fixes for Irix 5.3 (now compiles OK!)
[openssh.git] / md5crypt.h
index f1d185721f3a1a4dd101417dcb35cc56dd83e88f..2e018d878b584943bd4680a41aa21540e237abd6 100644 (file)
 
 #include "config.h"
 
-#include <unistd.h>
-#include <string.h>
-
-#ifdef HAVE_OPENSSL
-#include <openssl/md5.h>
-#endif
-
-#ifdef HAVE_SSL
-#include <ssl/md5.h>
-#endif
+#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
 
 int is_md5_salt(const char *salt);
 char *md5_crypt(const char *pw, const char *salt);
 
+#endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */
+
 #endif /* MD5CRYPT_H */
This page took 0.069702 seconds and 4 git commands to generate.