From 44593728dbb10317a8ec0ca60e1ca7bbb8989d98 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Mon, 9 Jan 2017 15:30:35 +0500 Subject: Provide an option to specify cert/key on commandline. While here, document new options and fix mandoc lint warnings. --- ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl.h') diff --git a/ssl.h b/ssl.h index b52d626..3da7b6f 100644 --- a/ssl.h +++ b/ssl.h @@ -2,7 +2,7 @@ /* ssl.c */ void ssl_init(void); -void *ssl_setup(void); +void *ssl_setup(const char *, const char *); void *pop3s_init(SSL_CTX *, int); void ssl_error(const char *); -- cgit v1.2.3