]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config_file.c
Clean up base64_{encode,decode} pointer types
authorJouni Malinen <jouni@codeaurora.org>
Wed, 27 Nov 2019 13:55:33 +0000 (15:55 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 28 Nov 2019 14:39:09 +0000 (16:39 +0200)
commit8e5e36a184a69db0ea5418eeffa0077ded00d50e
treec20af6f9c87d1e8614eb315226e8cb08d64f688d
parentb22608423bb6dd4b484f22574aaa673c7fa702b0
Clean up base64_{encode,decode} pointer types

Allow any pointer to be used as source for encoding and use char * as
the return value from encoding and input value for decoding to reduce
number of type casts needed in the callers.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
19 files changed:
hs20/client/est.c
hs20/client/osu_client.c
hs20/server/spp_server.c
src/common/dpp.c
src/eap_peer/tncc.c
src/eap_server/tncs.c
src/tls/tlsv1_cred.c
src/utils/base64.c
src/utils/base64.h
src/utils/utils_module_tests.c
src/utils/xml_libxml2.c
src/wps/upnp_xml.c
src/wps/wps_er.c
src/wps/wps_registrar.c
src/wps/wps_upnp.c
src/wps/wps_upnp_web.c
wpa_supplicant/config_file.c
wpa_supplicant/eapol_test.c
wpa_supplicant/hs20_supplicant.c