]> git.ipfire.org Git - thirdparty/hostap.git/commit
eap_proxy: Fix eap_proxy_init() prototype to use const eapol_cb
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 19 Dec 2016 20:14:07 +0000 (22:14 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Dec 2016 20:14:07 +0000 (22:14 +0200)
commit79a54ab9f65448a9f3f8f149da5379614ad7bdca
tree884d6a166f36358d59b31128b5424d19ac1eefd5
parentaed9e23ae5fc3dd54310b9bb36ca7e7597e7ac6d
eap_proxy: Fix eap_proxy_init() prototype to use const eapol_cb

The eapol_cb structure was made const and that change resulted in a
compilation warning/error if CONFIG_EAP_PROXY=<name> is enabled in the
wpa_supplicant build configuration. Fix this by updating the function
prototype to match the change.

Note: This results in a change needed to external eap_proxy_*.c
implementations to match the change.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/eap_peer/eap_proxy.h
src/eap_peer/eap_proxy_dummy.c