17 if (SSL_CTX_use_PrivateKey_file(
ctx,
keyfile,SSL_FILETYPE_PEM) != 1)
20 if (SSL_CTX_check_private_key(
ctx) != 1)
int ssl_chainfile(SSL_CTX *ctx, const char *certchainfile, const char *keyfile, pem_password_cb *passwd_cb)
int passwd_cb(char *buf, int size, int rwflag, void *userdata)
const char * certchainfile
Header file to be used with sqmail; previously called ssl.h. (name clash)