ITS#8353, ITS#8533 - Fix libldap_r compilation

This commit is contained in:
Quanah Gibson-Mount 2017-04-06 15:12:02 -07:00
parent 01cbb7f4c6
commit 6ced84af79

View File

@ -1317,7 +1317,7 @@ tls_impl ldap_int_tls_impl = {
&tlso_sbio,
#ifdef LDAP_R_COMPILE
#if defined(LDAP_R_COMPILE) && OPENSSL_VERSION_NUMBER < 0x10100000
tlso_thr_init,
#else
NULL,