]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix compilation without openssl
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 5 Jul 2017 18:25:07 +0000 (21:25 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 7 Jul 2017 20:37:45 +0000 (23:37 +0300)
commitbfbc41eace06f581dcd080e332fc8ec049d65d9c
treea2d9367255f548946329cbac4734a005c1fca4d3
parent4874f5bad324341e29c71d28f805aa46b4b2c89a
DPP: Fix compilation without openssl

dpp.h file requires openssl in order to compile, which breaks
compilation on systems without it.
Move DPP_OUI_TYPE to ieee802_11_defs.h and don't include dpp.h when
not really needed.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/drv_callbacks.c
src/ap/gas_serv.c
src/ap/ieee802_11.c
src/common/dpp.h
src/common/ieee802_11_defs.h
wpa_supplicant/events.c