]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/authpasswd.c
Fix up abandon merge. Hallvard will holler if I get this wrong. :-)
[openldap] / libraries / liblutil / authpasswd.c
index 7bf0c0ae604a16b8c93a054b33452e3dd0548a53..d6286c6ca11e45cf3eb8d5e39bdee476c1ff5a67 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*
@@ -15,6 +15,8 @@
 
 #include "portable.h"
 
+#ifdef SLAP_AUTHPASSWD
+
 #include <stdio.h>
 #include <ac/stdlib.h>
 #include <ac/string.h>
@@ -938,3 +940,4 @@ static struct berval *hash_crypt(
 }
 #endif
 #endif
+#endif /* SLAPD_AUTHPASSWD */