]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_auth: Do not split strings into multiple lines
authorJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:48:32 +0000 (19:48 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:48:32 +0000 (19:48 +0200)
commitf83d3491b98e02e81579c1feb1268209a50611c7
tree292db467ac2fbdc4f646eb686464caf20da6ff58
parent9385f03febf5471ec830fe55b6bab312fc403930
wpa_auth: Do not split strings into multiple lines

Avoid unnecessary splitting of long string constants into multiple
lines.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c