ldapssl_client_deinit

Deinitializes the SSL library.

LDAP Version:v3
Library:*ldapssl.*
NDS Version:7.xx or higher
Platform:NLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UX

Syntax

  #include <ldap_ssl.h>
  
  int ldapssl_client_deinit (
     void);
  

Return Values

0x00

LDAP_SUCCESS

Non-zero

Failure. See LDAP Return Codes.

Remarks

This function must be called after you are finished using the SSL library. Before calling this function, all SSL LDAP session handles must be closed using the ldap_unbind function.

For sample code, see sslbind.c.

See Also

ldap_unbind, ldap_unbind_s, ldapssl_client_init