This broke the nightly build: https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=bookworm/2583/consoleText
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.