]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8353, ITS#8533 - Fix libldap_r compilation
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 6 Apr 2017 22:12:02 +0000 (15:12 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 6 Apr 2017 22:15:36 +0000 (15:15 -0700)
libraries/libldap/tls_o.c

index 8bce8379d21ff6928e13b251163cb52cf3899077..5508c8b1fda4ea4fe5ce1c76e22a0f7a7980d373 100644 (file)
@@ -1238,7 +1238,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,