aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2022-11-01 10:21:48 +0100
committerMatthias Andree <matthias.andree@gmx.de>2022-11-01 10:21:48 +0100
commit219144744ec4859a46ae60e798b050f41c0856d2 (patch)
treec50b6ea1e664d0f0fe3a8d90dcc7261ff1247dd1
parenta8c8d5de0f31ebf8d2c5664f53dc6cced50be682 (diff)
downloadfetchmail-219144744ec4859a46ae60e798b050f41c0856d2.tar.gz
fetchmail-219144744ec4859a46ae60e798b050f41c0856d2.tar.bz2
fetchmail-219144744ec4859a46ae60e798b050f41c0856d2.zip
INSTALL: add wolfSSL installation hints.
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e334f6fb..74a15823 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,7 +49,8 @@ Try after unpacking OpenSSL:
1.1b wolfSSL
If you are installing wolfSSL yourself, be sure to use a hardened build
-with all OpenSSL APIs (as of 5.1.1):
+with all OpenSSL APIs (as of 5.1.1) - you may add --enable-debug,
+and note that --enable-opensslextra does NOT suffice.
./configure --enable-opensslall --enable-harden
make && make test && make install