Skip to content

Commit

Permalink
fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL
Browse files Browse the repository at this point in the history
PR:                10324


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96260 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trawick committed Jul 31, 2002
1 parent 6162e23 commit 4202d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/util_ldap.h
Expand Up @@ -105,7 +105,7 @@ typedef struct util_ldap_connection_t {
const char *bindpw; /* Password to bind to server (can be NULL) */

int netscapessl; /* True if use Netscape SSL connection */
const char *certtdb; /* Path to Netscape CA database */
const char *certdb; /* Path to Netscape CA database */

int starttls; /* True if StartTLS is enabled */
int withtls; /* True if StartTLS on this connection */
Expand Down

0 comments on commit 4202d5f

Please sign in to comment.