diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-11-01 10:21:48 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-11-01 10:21:48 +0100 |
commit | 219144744ec4859a46ae60e798b050f41c0856d2 (patch) | |
tree | c50b6ea1e664d0f0fe3a8d90dcc7261ff1247dd1 | |
parent | a8c8d5de0f31ebf8d2c5664f53dc6cced50be682 (diff) | |
download | fetchmail-219144744ec4859a46ae60e798b050f41c0856d2.tar.gz fetchmail-219144744ec4859a46ae60e798b050f41c0856d2.tar.bz2 fetchmail-219144744ec4859a46ae60e798b050f41c0856d2.zip |
INSTALL: add wolfSSL installation hints.
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |