aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-26 14:32:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-26 14:32:49 +0000
commitb04887513f9f1ddbe509ec67f3dd812612f135a5 (patch)
treee9c47af68b0c0718c9855d7e6a9babbf637da0b3 /fetchmail.c
parent2e4e5a1af29d5ce749b90f33db8153c81c6936bf (diff)
downloadfetchmail-b04887513f9f1ddbe509ec67f3dd812612f135a5.tar.gz
fetchmail-b04887513f9f1ddbe509ec67f3dd812612f135a5.tar.bz2
fetchmail-b04887513f9f1ddbe509ec67f3dd812612f135a5.zip
Ready to ship.
svn path=/trunk/; revision=3491
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 2e8cd94f..89984e25 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1035,11 +1035,13 @@ static int load_params(int argc, char **argv, int optind)
DEFAULT(ctl->sslcertck, FALSE);
#endif
DEFAULT(ctl->server.checkalias, FALSE);
+#ifndef SSL_ENABLE
if (ctl->use_ssl)
{
report(stderr, GT_("SSL support is not compiled in.\n"));
exit(PS_SYNTAX);
}
+#endif /* SSL_ENABLE */
#undef DEFAULT
/*