]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_wolfssl.c
wolfssl: Avoid void pointer arithmetic
authorJouni Malinen <jouni@codeaurora.org>
Mon, 5 Aug 2019 21:54:28 +0000 (00:54 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 Aug 2019 10:12:37 +0000 (13:12 +0300)
commit1c7e61a35aff3e65891916584e2f3382a1d18422
treed9509fcbd80c145040e444a8ca6cedfdde2baae6
parent7122a02fa5b73865b6e5f7604edb8f6d2da6461a
wolfssl: Avoid void pointer arithmetic

This is a compiler specific extension and not compliant with the C
standard.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/tls_wolfssl.c