Skip to content

Commit f91e306

Browse files
committed
[nrf noup] modules: hostap: Remove AES [un]wrap
These are already provided by nRF security by default (NIST_KW_C). Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9f2e1b9 commit f91e306

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,6 @@ zephyr_library_sources(
541541
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls-ec.c
542542
${HOSTAP_SRC_BASE}/crypto/crypto_mbedtls.c
543543
${HOSTAP_SRC_BASE}/crypto/aes-internal.c
544-
${HOSTAP_SRC_BASE}/crypto/aes-wrap.c
545-
${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c
546544
${HOSTAP_SRC_BASE}/crypto/rc4.c
547545
${HOSTAP_SRC_BASE}/crypto/sha1-internal.c
548546
${HOSTAP_SRC_BASE}/crypto/sha1-prf.c

0 commit comments

Comments
 (0)