Skip to content

Commit 3d9c56e

Browse files
krish2718nordicjm
authored andcommitted
net: lib: hostap_crypto: Remove crypto tests
Crypto tests are mainly for legacy MbedTLS, nRF security already has its own tests, so, we don't need this in NCS. Fix NCSDK-34365 partially. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent f6651eb commit 3d9c56e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

subsys/net/lib/hostap_crypto/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ if(DEFINED CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA)
5555
zephyr_library_sources_ifndef(CONFIG_HOSTAP_CRYPTO_ENTERPRISE
5656
${HOSTAP_SRC_BASE}/crypto/tls_none.c
5757
)
58-
59-
60-
zephyr_library_sources_ifdef(CONFIG_HOSTAP_CRYPTO_TEST
61-
${HOSTAP_SRC_BASE}/crypto/crypto_module_tests.c
62-
${HOSTAP_SRC_BASE}/crypto/fips_prf_internal.c
63-
${HOSTAP_SRC_BASE}/crypto/sha1-internal.c
64-
${HOSTAP_SRC_BASE}/crypto/sha1-tlsprf.c
65-
)
6658
endif()
6759

6860
if(DEFINED CONFIG_HOSTAP_CRYPTO_ALT_PSA)

0 commit comments

Comments
 (0)