]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Do not use void* in arithmetic
authorJouni Malinen <j@w1.fi>
Sat, 4 May 2013 17:11:16 +0000 (20:11 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 May 2013 17:19:45 +0000 (20:19 +0300)
commit11e5a49c282932cb3f92895ade1ee44d4f4d5fca
tree3e90bc535cae7cf79b4d6e2cd2b738604f564ff4
parent048edb10707f810b2cc86af4b4b51a75326b8277
WPS: Do not use void* in arithmetic

This is a C compiler extension and not needed, so replace with standard
compliant way of calculating the pointer.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/http_client.c