Skip to content

Commit 7aa8718

Browse files
committed
Revert "[nrf noup] modules: hostap: Fix duplicate define warning"
This reverts commit 2635f7e. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 659a4d5 commit 7aa8718

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,4 +672,8 @@ if(CONFIG_SAE_PWE_EARLY_EXIT)
672672
"please use it carefully and do not use it production.")
673673
endif()
674674

675+
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
676+
MBEDTLS_NIST_KW_C
677+
)
678+
675679
endif()

0 commit comments

Comments
 (0)