diff options
author | janga <none@none> | 2006-07-10 11:20:15 -0700 |
---|---|---|
committer | janga <none@none> | 2006-07-10 11:20:15 -0700 |
commit | da80a4ab65e70cd50eb02add3b6321ebb16d65b6 (patch) | |
tree | 38a55a8f2d92f79ccb1f9ced25b6499267d91fae /usr/src/lib/libldap5/include | |
parent | eb98d0913c956e5ae0dda3aa8c72b8c58eb041c8 (diff) | |
download | illumos-gate-da80a4ab65e70cd50eb02add3b6321ebb16d65b6.tar.gz |
PSARC/2006/391 Solaris libldap & libsldap private interfaces
6384642 libldap/SSL negotiation uses synchronous I/O preventing timeouts on congested server
6384642 libldap/SSL negotiation uses synchronous I/O preventing timeouts on congested server (OSR# 2893)
Diffstat (limited to 'usr/src/lib/libldap5/include')
-rw-r--r-- | usr/src/lib/libldap5/include/ldap/ldappr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libldap5/include/ldap/ldappr.h b/usr/src/lib/libldap5/include/ldap/ldappr.h index 99a981504e..3033f8714d 100644 --- a/usr/src/lib/libldap5/include/ldap/ldappr.h +++ b/usr/src/lib/libldap5/include/ldap/ldappr.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -72,7 +72,6 @@ LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared ); int LDAP_CALL prldap_install_routines( LDAP *ld, int shared ); -#ifndef _SOLARIS_SDK /* Not used, left in to stay in sync with iplanet */ /* * Function: prldap_set_session_option(). * @@ -121,7 +120,6 @@ int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg, * LDAP_X_IO_TIMEOUT_NO_WAIT */ #define PRLDAP_OPT_IO_MAX_TIMEOUT 1 -#endif /* !_SOLARIS_SDK */ /** |