From 340d00bf9910ed55163be26435f70baf65a64f9d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 20 Nov 2021 11:37:13 +0100 Subject: LibreSSL: block, due to licensing issue. See COPYING or NEWS. --- fetchmail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 71ecc1b0..060e0a9f 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -317,7 +317,8 @@ int main(int argc, char **argv) printf(GT_("WARNING: Your SSL/TLS library does not support TLS v1.3.\n")); #endif #ifdef LIBRESSL_VERSION_NUMBER - printf(GT_("WARNING: Compiled against LibreSSL, which is not a supported configuration.\n")); + printf(GT_("ERROR: Compiled against LibreSSL, which is a copyright violation for lack of GPL clause 2b exception. See COPYING. Aborting.\n")); + exit(PS_UNDEFINED); #endif #else printf(GT_("WARNING: Compiled without SSL/TLS.\n")); -- cgit v1.2.3