]> 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 70512b9f6fc40feaef3cff6fd08764019e3d2885..d6286c6ca11e45cf3eb8d5e39bdee476c1ff5a67 100644 (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 */