ldapd_config
ssl_load_certfile(struct ldapd_config *env, const char *name, u_int8_t flags)
int ssl_load_certfile(struct ldapd_config *, const char *, u_int8_t);
extern struct ldapd_config *conf;
load_certfile(struct ldapd_config *env, const char *name, u_int8_t flags,
if ((conf = calloc(1, sizeof(struct ldapd_config))) == NULL)
int load_certfile(struct ldapd_config *, const char *, u_int8_t, u_int8_t);
struct ldapd_config *conf;