]> git.sur5r.net Git - openldap/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:12:02 +0000 (15:12 -0700)
libraries/libldap/tls_o.c

index 3aa628ec824ec8e6a81e1dfd1a68f60b7c1ea724..8a83766c0348a42835224625ae1f2219a32ecf94 100644 (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,