summaryrefslogtreecommitdiff
path: root/usr/src/lib/libldap5/sources/ldap/prldap
diff options
context:
space:
mode:
authorjanga <none@none>2006-07-10 11:20:15 -0700
committerjanga <none@none>2006-07-10 11:20:15 -0700
commitda80a4ab65e70cd50eb02add3b6321ebb16d65b6 (patch)
tree38a55a8f2d92f79ccb1f9ced25b6499267d91fae /usr/src/lib/libldap5/sources/ldap/prldap
parenteb98d0913c956e5ae0dda3aa8c72b8c58eb041c8 (diff)
downloadillumos-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/sources/ldap/prldap')
-rw-r--r--usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c b/usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
index ad36e53e04..6f8765adbb 100644
--- a/usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
+++ b/usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -94,7 +94,6 @@ 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().
*
@@ -177,7 +176,6 @@ int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg,
return( rc );
}
-#endif /* !_SOLARIS_SDK */
/*