]> andersk Git - openssh.git/blobdiff - md5crypt.h
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / md5crypt.h
index f1d185721f3a1a4dd101417dcb35cc56dd83e88f..a134ed0eb583f18cad4bc428375fbf6277d5e043 100644 (file)
  * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu
  */
 
+/* $Id$ */
+
 #ifndef _MD5CRYPT_H
 #define _MD5CRYPT_H
 
 #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.03618 seconds and 4 git commands to generate.