]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/digest.c
Add support for useronly configuration attributes.
[openldap] / libraries / libldap / digest.c
index 96035612a25e209196b6b90c6820aaf115a55acf..69aa80c1200e173923867135a34fa9f7e417a490 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -8,6 +9,8 @@
 
 #include "portable.h"
 
+#ifdef DIGEST_MD5
+
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/time.h>
@@ -375,3 +378,5 @@ parse_value_list(
        *valuesp = values;
        return rc;
 }
+
+#endif