[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: use wolfssl lib from system if available (14b1f79)

2023-05-15 Thread Victor Seva
So according to https://github.com/wolfSSL/wolfssl/issues/5264 ``-DWOLFSSL_USE_ALIGN`` will make the module unusable And Debian's version was [built](https://buildd.debian.org/status/fetch.php?pkg=wolfssl=amd64=5.5.4-2=1675701633=0) using it Thanks @space88man for the info -- Reply to this

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: use wolfssl lib from system if available (14b1f79)

2023-05-15 Thread space88man
Yes. The default Makefile will build and link a static libwolfssl.a from a git submodule (which you will need to check out - git submodule update). If attempting to use an external wolfSSL ensure it does not expect 16 byte aligned memory blocks. On Mon, 15 May 2023, 13:36 Victor Seva,

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: use wolfssl lib from system if available (14b1f79)

2023-05-15 Thread Victor Seva
@space88man do we need to build wolfssl because we can't use wolfssl coming from distributions? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce45c353a865#commitcomment-113383355 You are receiving this because you