Skip to content

Commit

Permalink
net: lib: hostap_crypto: Remove cmake entries for deleted files
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
anangl committed Jan 10, 2025
1 parent 142c410 commit 22726df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subsys/net/lib/hostap_crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ target_link_libraries(hostap_crypto INTERFACE hostap)
if(DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY OR
DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY_PSA)
zephyr_library_sources(
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-bignum.c
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-ec.c
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls.c
${HOSTAP_SRC_BASE}/crypto/aes-internal.c
${HOSTAP_SRC_BASE}/crypto/aes-wrap.c
${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c
Expand Down Expand Up @@ -64,7 +61,6 @@ if(DEFINED CONFIG_HOSTAP_CRYPTO_LEGACY OR
# MD4 removed from MbedTLS
${HOSTAP_SRC_BASE}/crypto/md4-internal.c
${HOSTAP_SRC_BASE}/crypto/aes-encblock.c
${HOSTAP_SRC_BASE}/crypto/tls_mbedtls.c
)
endif()

Expand Down

0 comments on commit 22726df

Please sign in to comment.