]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clean up base64_url_{encode,decode} pointer types
authorJouni Malinen <jouni@codeaurora.org>
Wed, 27 Nov 2019 13:30:53 +0000 (15:30 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Nov 2019 14:09:35 +0000 (16:09 +0200)
commitb22608423bb6dd4b484f22574aaa673c7fa702b0
tree98253a95d4c6071080f9897ecca05206278a4889
parenta4255a207b21747406e0ed4328e195876aac8fd7
Clean up base64_url_{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>
src/common/dpp.c
src/utils/base64.c
src/utils/base64.h
src/utils/json.c