mbedtls: redefinition of DIV_ROUND_UP
with CONFIG_POSIX_API=y
#78906
Labels
area: mbedTLS / PSA Crypto
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
Describe the bug
Enabling the following configuration options with ECP curve448 results in build warnings:
CONFIG_MBEDTLS_HAVE_TIME_DATE=y
CONFIG_POSIX_API=y
This is particularly an issue with
WIFI_NM_WPA_SUPPLICANT
, which force enables the posix API:zephyr/modules/hostap/Kconfig
Lines 8 to 12 in 810f978
To Reproduce
Expected behavior
No build warnings
Logs and console output
The text was updated successfully, but these errors were encountered: