diff options
Diffstat (limited to 'INSTALL')
-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 |