]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify base64_url_encode() prototype
authorJouni Malinen <jouni@codeaurora.org>
Wed, 27 Nov 2019 13:21:28 +0000 (15:21 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Nov 2019 13:35:19 +0000 (15:35 +0200)
commita4255a207b21747406e0ed4328e195876aac8fd7
treef408c2cbdc44d25a164b92bf5d2a3b3dfa3c956e
parentc54227c26a9f55ca619037255f52e5fa4a90cf63
Simplify base64_url_encode() prototype

There is no use case for adding padding into the base64url encoded
strings, so remove the unneeded add_pad argument that was hardcoded to 0
in all callers.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dpp.c
src/utils/base64.c
src/utils/base64.h