Remove dead macros for certificate types that are already replaced by
authorEric Covener <covener@apache.org>
Thu, 12 Jul 2007 14:00:33 +0000 (14:00 +0000)
committerEric Covener <covener@apache.org>
Thu, 12 Jul 2007 14:00:33 +0000 (14:00 +0000)
APR-prefixed versions in apr-util (apr_ldap_option.h).

Submitted by: David Jones

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@555629 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 37bd4f33757092d494f36b36eec4c26daa9e3e83..fc6409e679e0911f4b83b621e1686df0b5e452a7 100644 (file)
 #include "unixd.h"
 #endif
 
-    /* defines for certificate file types
-    */
-#define LDAP_CA_TYPE_UNKNOWN            0
-#define LDAP_CA_TYPE_DER                1
-#define LDAP_CA_TYPE_BASE64             2
-#define LDAP_CA_TYPE_CERT7_DB           3
-
 /* Default define for ldap functions that need a SIZELIMIT but
  * do not have the define
  * XXX This should be removed once a supporting #define is