diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-08-28 18:35:45 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-08-28 18:35:45 +0200 |
commit | 1cd26fdfb464f5cf6c2c81d529977b7821d22f26 (patch) | |
tree | 4418920355ac5430791d5d14e4e698bb0787898d /fetchmail.man | |
parent | a19cfa560997b67333fb445258cc4893d84e4923 (diff) | |
download | fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.tar.gz fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.tar.bz2 fetchmail-1cd26fdfb464f5cf6c2c81d529977b7821d22f26.zip |
regression fix: check for TLS v1.2/1.3 support with libssl.so
When AC_LIB_LINKFLAGS came up with, for instance, /usr/lib/libssl.so,
configure.ac failed to check for TLS v1.2 and TLS v1.3 support in the
SSL library, disabling explicit TLS v1.2 and v1.3 support.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 3fd478b4..f1d17628 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 2020-07-09 "fetchmail 6.4.10" "fetchmail reference manual" +.TH fetchmail 1 2020-07-09 "fetchmail 6.4.11" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |