aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 64b9b189..f75b062e 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1123,6 +1123,10 @@ static int load_params(int argc, char **argv, int optind)
#endif
DEFAULT(ctl->server.checkalias, FALSE);
#ifndef SSL_ENABLE
+ /*
+ * XXX FIXME: do we need this check or can we rely on the .y
+ * parser handling this?
+ */
if (ctl->use_ssl)
{
report(stderr, GT_("SSL support is not compiled in.\n"));