7 if (SSL_CTX_use_certificate_chain_file(
ctx,
certfile) != 1)
12 if (SSL_CTX_use_PrivateKey_file(
ctx,
keyfile,SSL_FILETYPE_PEM) != 1)
15 if (SSL_CTX_check_private_key(
ctx) != 1)
int ssl_certkey(SSL_CTX *ctx, const char *certfile, const char *keyfile, pem_password_cb *passwd_cb)
int passwd_cb(char *buf, int size, int rwflag, void *userdata)
Header file to be used with sqmail; previously called ssl.h. (name clash)