hostap: Enterprise mode needs sha1-internal.c
Without this there is an error modules/lib/hostap/src/crypto/fips_prf_internal.c:47: \ undefined reference to `SHA1Transform' Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
33bc6f05c8
commit
e9ec7a23a3
|
@ -609,6 +609,7 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
|
|||
${HOSTAP_SRC_BASE}/crypto/ms_funcs.c
|
||||
${HOSTAP_SRC_BASE}/crypto/aes-eax.c
|
||||
${HOSTAP_SRC_BASE}/crypto/md4-internal.c
|
||||
${HOSTAP_SRC_BASE}/crypto/sha1-internal.c
|
||||
${HOSTAP_SRC_BASE}/crypto/fips_prf_internal.c
|
||||
${HOSTAP_SRC_BASE}/crypto/milenage.c
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue