AndreHeinemans-NXP opened a new issue, #2045:
URL: https://github.com/apache/nuttx-apps/issues/2045
When enabling CRYPTO_MBEDTLS these warnings start to appear in the build:
```In file included from mbedtls/library/ssl_misc.h:27,
from mbedtls/library/constant_time_internal.h:30,
from mbedtls/library/base64.c:25:
Error:
/github/workspace/sources/apps/crypto/mbedtls/mbedtls/include/mbedtls/ssl.h:590:5:
error: "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT" is not defined, evaluates to 0
[-Werror=undef]
590 | #if MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT == 0
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Using this feature in a default config is currently not possible because it
will break the ci like it does in apache/nuttx#10249
One workaround is to also enable both MBEDTLS_SSL_PROTO_DTLS and
MBEDTLS_SSL_DTLS_CONNECTION_ID because then
MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT gets assigned by 0 in ssl.h
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]