]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Do not include common/dpp.h without CONFIG_DPP=y
authorJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 16:07:43 +0000 (18:07 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 16:07:43 +0000 (18:07 +0200)
commit4b07484c3dcb914741ed522d607a2327965ea43e
tree3b44b73da3f27b849ff72ca402d1f5068bade059
parent9ec0dfa31f56ad87bed67fcb86b6d702ac99c33d
DPP: Do not include common/dpp.h without CONFIG_DPP=y

This header file pulls in an OpenSSL header file and as such, should not
be included without CONFIG_DPP=y to avoid bringing in an unnecessary
build dependency on OpenSSL header files.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/ctrl_iface.c
wpa_supplicant/ctrl_iface.c