Deinitializes the SSL library.
#include <ldap_ssl.h>
int ldapssl_client_deinit (
void);
|
0x00 |
LDAP_SUCCESS |
|
Non-zero |
Failure. See |
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.