From: Eric Covener Date: Thu, 12 Jul 2007 14:00:33 +0000 (+0000) Subject: Remove dead macros for certificate types that are already replaced by X-Git-Tag: 2.3.0~1724 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a3fae207911e02e730c9ea926e8d4ff2b803e38;p=thirdparty%2Fapache%2Fhttpd.git Remove dead macros for certificate types that are already replaced by 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 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 37bd4f33757..fc6409e679e 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -45,13 +45,6 @@ #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