Skip to content

Commit

Permalink
[nrf noup] hostap: Avoid double-definition of base64 APIs
Browse files Browse the repository at this point in the history
-base64 API belongs to the Mbed TLS deliverable. This avoids taking in
 the duplicated APIs from hostap

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
  • Loading branch information
frkv committed Sep 25, 2024
1 parent 182cdc5 commit 487fbab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ zephyr_library_sources(
${HOSTAP_SRC_BASE}/drivers/driver_common.c
${HOSTAP_SRC_BASE}/drivers/drivers.c
${HOSTAP_SRC_BASE}/utils/crc32.c
${HOSTAP_SRC_BASE}/utils/base64.c
${HOSTAP_SRC_BASE}/utils/common.c
${HOSTAP_SRC_BASE}/utils/wpabuf.c
${HOSTAP_SRC_BASE}/utils/bitfield.c
Expand Down

0 comments on commit 487fbab

Please sign in to comment.