Skip to content

Commit f6651eb

Browse files
krish2718nordicjm
authored andcommitted
net: lib: hostap_crypto: Fix PSA config
Use the NS config not the upstream config. Fix NCSDK-34365 partially. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 645533e commit f6651eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subsys/net/lib/hostap_crypto/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(DEFINED CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA)
3737
${HOSTAP_SRC_BASE}/crypto/aes-internal-enc.c
3838
)
3939

40-
zephyr_library_sources_ifdef(CONFIG_HOSTAP_CRYPTO_MBEDTLS_PSA
40+
zephyr_library_sources_ifdef(CONFIG_HOSTAP_CRYPTO_ALT_PSA
4141
${HOSTAP_BASE}/port/mbedtls/supp_psa_api.c
4242
)
4343

0 commit comments

Comments
 (0)