From 1e33dd8561d58aa38c080c0d419db3d6e33a3c7b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 23 Sep 2001 03:42:52 +0000 Subject: Andras Korn's bug. svn path=/trunk/; revision=3467 --- fetchmail.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 70929d99..b533b1c2 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1046,6 +1046,11 @@ static int load_params(int argc, char **argv, int optind) DEFAULT(ctl->sslcertck, FALSE); #endif DEFAULT(ctl->server.checkalias, FALSE); + if (ctl->use_ssl) + { + report(stderr, _("SSL support is not compiled in.\n")); + exit(PS_SYNTAX); + } #undef DEFAULT /* -- cgit v1.2.3