From 568a5a81592932c588c1ca6a283100949f7c7b8c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 4 Nov 2023 15:05:15 +0200 Subject: [PATCH] EHT: Include crypto.h to avoid implicit function definition crypto_ec_*() were not defined in some build configuration cases. Signed-off-by: Jouni Malinen --- src/ap/ieee802_11_eht.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ap/ieee802_11_eht.c b/src/ap/ieee802_11_eht.c index ff4a8dff6..1d1751837 100644 --- a/src/ap/ieee802_11_eht.c +++ b/src/ap/ieee802_11_eht.c @@ -8,6 +8,7 @@ #include "utils/includes.h" #include "utils/common.h" +#include "crypto/crypto.h" #include "crypto/dh_groups.h" #include "hostapd.h" #include "sta_info.h" -- 2.47.3