Message from @miconda from the mailing list:
For the moment just adding that Ubuntu 20.04 has libwolfssl-dev 4.30, so
the module does not compile there.
To avoid special casing based on library version, commit 38d2a6a adds a git submodule
so that the module can compile on any distribution. This commit is based on the wolfSSL v5.3.0-stable tag.
To build the module:
git submodule init src/modules/tls_wolfssl/lib/wolfssl
git submodule update src/modules/tls_wolfssl/lib/wolfssl
make cfg
make -C src module_group_tls=tls_wolfssl group_include=tls every-module
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.