Skip to content

Commit accc555

Browse files
committed
[nrf noup] modules: hostap: Fix duplicate define warning
Build throw macro redefined error as it's already defined by the nRF security module. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent a22f53e commit accc555

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/hostap/CMakeLists.txt

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

681-
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
682-
MBEDTLS_NIST_KW_C
683-
)
684-
685681
endif()

0 commit comments

Comments
 (0)