summaryrefslogtreecommitdiff
path: root/ssl.h
blob: 3da7b6f9a372ed2a25714a218b4e676cca57fdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);