aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-11-20 11:37:13 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-11-20 16:28:41 +0100
commit340d00bf9910ed55163be26435f70baf65a64f9d (patch)
treee17e018b862bd73c5f1ad69032bee898f36ba83e /socket.c
parent39d59e9da994bc62a4b8492dcd979b0c470474e7 (diff)
downloadfetchmail-340d00bf9910ed55163be26435f70baf65a64f9d.tar.gz
fetchmail-340d00bf9910ed55163be26435f70baf65a64f9d.tar.bz2
fetchmail-340d00bf9910ed55163be26435f70baf65a64f9d.zip
LibreSSL: block, due to licensing issue.
See COPYING or NEWS.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index 8887c094..8ee88ec2 100644
--- a/socket.c
+++ b/socket.c
@@ -409,7 +409,7 @@ va_dcl {
#define fm_MIN_OPENSSL_VER 0x1000200fL
#ifdef LIBRESSL_VERSION_NUMBER
-#pragma message "WARNING - LibreSSL is unsupported. Use at your own risk."
+#error "FAILED - LibreSSL cannot be used legally, for lack of GPL clause 2b exception, see COPYING."
#endif
#if OPENSSL_VERSION_NUMBER < 0x1010100fL
@@ -922,7 +922,7 @@ static const char *SSLCertGetCN(const char *mycert,
}
#if !defined(OSSL110_API)
-/* ===== implementation for OpenSSL 1.0.X and LibreSSL ===== */
+/* ===== implementation for OpenSSL 1.0.X ===== */
static int OSSL10X_proto_version_logic(int sock, const char **myproto, int *avoid_ssl_versions)
{
if (!*myproto) {