ssl.h
author Peter H. Ezetta <peterezetta@porch.com>
Tue, 05 Jan 2021 23:48:34 -0800
changeset 44 cd0efa84de3f
parent 43 6903f7870c4c
permissions -rw-r--r--
Fixing the path for the documented default for -k

#include <openssl/ssl.h>

/* ssl.c */
void ssl_init(void);
void *ssl_setup(const char *, const char *);
void *pop3s_init(SSL_CTX *, int);
void ssl_error(const char *);

/* ssl_privsep.c */
int ssl_ctx_use_private_key(SSL_CTX *, char *, off_t);
int ssl_ctx_use_certificate_chain(SSL_CTX *, char *, off_t);