summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-19 08:35:17 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-19 08:35:17 +0000
commit8f3df51296a33c94cfcf0b621662441c3afb06b1 (patch)
tree038894ef93247c299624693883d8ba94254208a8
parent343e0191347175b243ea18828948e65313c2a4d6 (diff)
downloadlibapr-util-8f3df51296a33c94cfcf0b621662441c3afb06b1.tar.gz
Remove duplicated definition of the certificate type constants.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_ldap_init.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/apr_ldap_init.h b/include/apr_ldap_init.h
index 86c21f8a..1e22fdbf 100644
--- a/include/apr_ldap_init.h
+++ b/include/apr_ldap_init.h
@@ -20,23 +20,6 @@
#if APR_HAS_LDAP
-/*
- * The following defines handle the different certificate file
- * types that might be used when SSL support is included.
- */
-#define APR_LDAP_CA_TYPE_UNKNOWN 0
-#define APR_LDAP_CA_TYPE_DER 1
-#define APR_LDAP_CA_TYPE_BASE64 2
-#define APR_LDAP_CA_TYPE_CERT7_DB 3
-#define APR_LDAP_CA_TYPE_SECMOD 4
-#define APR_LDAP_CERT_TYPE_UNKNOWN 5
-#define APR_LDAP_CERT_TYPE_DER 6
-#define APR_LDAP_CERT_TYPE_BASE64 7
-#define APR_LDAP_CERT_TYPE_KEY3_DB 8
-#define APR_LDAP_KEY_TYPE_UNKNOWN 9
-#define APR_LDAP_KEY_TYPE_DER 10
-#define APR_LDAP_KEY_TYPE_BASE64 11
-
APU_DECLARE(int) apr_ldap_ssl_init(apr_pool_t *pool,
const char *cert_auth_file,
int cert_file_type,