mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
ITS#8353, ITS#8533 - Fix libldap_r compilation
This commit is contained in:
parent
01cbb7f4c6
commit
6ced84af79
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue