From 4a3fae207911e02e730c9ea926e8d4ff2b803e38 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 12 Jul 2007 14:00:33 +0000 Subject: [PATCH] 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 --- modules/ldap/util_ldap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 37bd4f3375..fc6409e679 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 -- 2.40.0