From 59f9b53799063574462dae2a34ebf34a89bc8bbf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 3 Mar 2001 21:04:30 +0000 Subject: Added sslproto. svn path=/trunk/; revision=3183 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index a044473e..dff81d18 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -289,6 +289,7 @@ struct query flag use_ssl; /* use SSL encrypted session */ char *sslkey; /* optional SSL private key file */ char *sslcert; /* optional SSL certificate file */ + char *sslproto; /* force usage of protocol (ssl2|ssl3|tls1) - defaults to ssl23 */ char *properties; /* passthrough properties for extensions */ /* internal use -- per-poll state */ -- cgit v1.2.3