]> git.sur5r.net Git - openldap/commitdiff
Forced commit, undo previous accidental checkin.
authorHoward Chu <hyc@openldap.org>
Thu, 24 Oct 2002 11:40:37 +0000 (11:40 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 24 Oct 2002 11:40:37 +0000 (11:40 +0000)
libraries/libldap/ldap-int.h

index dfb68d643fae2e352f670d65b07104dbbc4cdb88..b0c2bd93614cfe0bdbe4c161d74212f5a16be2c6 100644 (file)
@@ -311,9 +311,6 @@ struct ldap {
        LDAPConn        *ld_defconn;    /* default connection */
        LDAPConn        *ld_conns;      /* list of server connections */
        void            *ld_selectinfo; /* platform specifics for select */
-#ifdef HAVE_TLS
-       void            *ld_ssl;        /* SSL session for next connection */
-#endif
 };
 #define LDAP_VALID(ld) ( (ld)->ld_valid == LDAP_VALID_SESSION )