sergey-safarov created an issue (kamailio/kamailio#4374)
During build used `wolfssl-dev-5.7.6-r0`
```
In file included from
/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_config.c:29:
/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_util.h:
In function 'tls_err_ret':
/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_util.h:44:30:
error: implicit declaration of function 'wolfSSL_get_servername'; did you mean
'wolfSSL_get_curve_name'? [-Wimplicit-function-declaration]
44 | sn = wolfSSL_get_servername(ssl,
WOLFSSL_SNI_HOST_NAME);
| ^~~~~~~~~~~~~~~~~~~~~~
| wolfSSL_get_curve_name
/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_util.h:44:28:
error: assignment to 'const char *' from 'int' makes pointer from integer
without a cast [-Wint-conversion]
44 | sn = wolfSSL_get_servername(ssl,
WOLFSSL_SNI_HOST_NAME);
| ^
/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/src/modules/tls_wolfssl/tls_util.h:46:30:
error: implicit declaration of function 'ERR_get_error'
[-Wimplicit-function-declaration]
46 | while((err = ERR_get_error())) {
| ^~~~~~~~~~~~~
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4374
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!