This broke the nightly build: https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=a... ``` tls_wolfssl_mod.c: In function 'ki_is_peer_verified': tls_wolfssl_mod.c:456:26: error: 'WOLFSSL_X509_V_OK' undeclared (first use in this function); did you mean 'WOLFSSL_X509_V3'? 456 | if(ssl_verify != WOLFSSL_X509_V_OK) { | ^~~~~~~~~~~~~~~~~ | WOLFSSL_X509_V3 tls_wolfssl_mod.c:456:26: note: each undeclared identifier is reported only once for each function it appears in ```
And the test build failed too: https://github.com/kamailio/kamailio/actions/runs/7647318901/job/20838004797