diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-08 23:17:25 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-08 23:17:25 +0100 |
commit | 182db3462b3c7c12660fd0bff54633f40a9e4332 (patch) | |
tree | 30bf0c411c071b5452e3f342e21ada7cec61bd60 /website | |
parent | 68532508b1dc4a2388b21efb7bd5ee6fab4f259d (diff) | |
download | fetchmail-182db3462b3c7c12660fd0bff54633f40a9e4332.tar.gz fetchmail-182db3462b3c7c12660fd0bff54633f40a9e4332.tar.bz2 fetchmail-182db3462b3c7c12660fd0bff54633f40a9e4332.zip |
State that newer OpenSSL versions than 1.0.2 work.
Fixes #15, reported by tokudan.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index 48999ab2..43e55150 100644 --- a/website/index.html +++ b/website/index.html @@ -47,7 +47,7 @@ <p>On 2020-02-14, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail 6.4.2 has been released (click this link to download, or to see changes since 6.3.26) - </a>. Note that you will need OpenSSL 1.0.2 to compile.</p> + </a>. Note that you will need OpenSSL 1.0.2 or newer to compile.</p> <p>This is a RECOMMENDED update for all users and updates fetchmailconf. Fetchmail 6.3.x versions are discontinued and no longer supported.</p> </div> |