From 497ba428052f1437187778ceb2293c8eaba5893f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 18 Apr 2010 20:22:27 +0200 Subject: Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, and always load the default X.509 trust stores, unless the latter is set. --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index b340c4ce..9365f2f8 100644 --- a/socket.h +++ b/socket.h @@ -75,7 +75,7 @@ FIXME: document this int UnixOpen(const char *path); #ifdef SSL_ENABLE -int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck, char *certpath, +int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck, char *cacertfile, char *cacertpath, char *fingerprint, char *servercname, char *label, char **remotename); #endif /* SSL_ENABLE */ -- cgit v1.2.3