]> git.sur5r.net Git - openldap/commit
Move lconn_tls_ctx to ldo_tls_ctx. Otherwise clients cannot set it after
authorHoward Chu <hyc@openldap.org>
Sat, 5 Nov 2005 12:49:43 +0000 (12:49 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 5 Nov 2005 12:49:43 +0000 (12:49 +0000)
commitd67a2f20449b82c8a7b1a3b43e011ad7c0c750b6
tree987381db8fb08db4ce97e6d44aa76d00ccbbb84e
parent1a28cc1c64fbb24c86e2a35cb6a8324bd89a95fe
Move lconn_tls_ctx to ldo_tls_ctx. Otherwise clients cannot set it after
ldap_initializ'ing an LD and before connecting on it. Really all of the
global TLS options belong in the ldapoptions struct, instead of static vars.
libraries/libldap/ldap-int.h
libraries/libldap/tls.c