diff options
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ Try after unpacking OpenSSL: If you are installing wolfSSL yourself, be sure to use a hardened build with all OpenSSL APIs - you may add --enable-debug, and note that --enable-opensslextra does NOT suffice. +Also note that overriding AM_CFLAGS or CFLAGS in wolfSSL's build may break +the OpenSSL compatibility layer. ./configure --enable-opensslall --enable-harden make && make test && make install |