Author: minfrin Date: Wed Jan 19 00:35:17 2005 New Revision: 125596 URL: http://svn.apache.org/viewcvs?view=rev&rev=125596 Log: Remove duplicated definition of the certificate type constants.
Modified: apr/apr-util/trunk/include/apr_ldap_init.h Modified: apr/apr-util/trunk/include/apr_ldap_init.h Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_ldap_init.h?view=diff&rev=125596&p1=apr/apr-util/trunk/include/apr_ldap_init.h&r1=125595&p2=apr/apr-util/trunk/include/apr_ldap_init.h&r2=125596 ============================================================================== --- apr/apr-util/trunk/include/apr_ldap_init.h (original) +++ apr/apr-util/trunk/include/apr_ldap_init.h Wed Jan 19 00:35:17 2005 @@ -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,
