Hi
Does any one why the following code doesn't work in Netscape SDK 5.0(return
-1 always)? It works in SDK 4.x.
Thanks
Elwin ho
---------------------------------
Environment:
HPUX 11.00
SDK: iPlanet Directory SDK for C 5.0 (HP-UX 11.0 debugged)
#include "ldap.h"
#include "ldap_ssl.h"
main ()
{
int rv;
rv = ldapssl_client_init("./", NULL); // I install the cert7.db in
current dir
fprintf (stderr, "Return Value %d\n", rv);
}
