diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 11:37:13 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 16:28:41 +0100 |
commit | 340d00bf9910ed55163be26435f70baf65a64f9d (patch) | |
tree | e17e018b862bd73c5f1ad69032bee898f36ba83e /socket.c | |
parent | 39d59e9da994bc62a4b8492dcd979b0c470474e7 (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |