Skip to content

Commit 1b276e2

Browse files
committed
net: lib: hostap_crypto: Remove cmake entries for deleted files
Remove entries for the following files that were recently deleted from the hostap module: - crypto_mbedtls-bignum.c - crypto_mbedtls-ec.c - crypto_mbedtls.c - tls_mbedtls.c Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 51a5bc1 commit 1b276e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: subsys/net/lib/hostap_crypto/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ target_link_libraries(hostap_crypto INTERFACE hostap)
2525
if(DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY OR
2626
DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY_PSA)
2727
zephyr_library_sources(
28-
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-bignum.c
29-
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-ec.c
30-
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls.c
3128
${HOSTAP_SRC_BASE}/crypto/aes-internal.c
3229
${HOSTAP_SRC_BASE}/crypto/aes-wrap.c
3330
${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c
@@ -64,7 +61,6 @@ if(DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY OR
6461
# MD4 removed from MbedTLS
6562
${HOSTAP_SRC_BASE}/crypto/md4-internal.c
6663
${HOSTAP_SRC_BASE}/crypto/aes-encblock.c
67-
${HOSTAP_SRC_BASE}/crypto/tls_mbedtls.c
6864
)
6965
endif()
7066

0 commit comments

Comments
 (0)