5 if (!SSL_CTX_load_verify_locations(
ctx,
certfile,certdir))
return 0;
7 SSL_CTX_set_verify_depth(
ctx,d);
int ssl_ca(SSL_CTX *ctx, const char *certfile, const char *certdir, int d)
Header file to be used with sqmail; previously called ssl.h. (name clash)