]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix compiler warning of testing code
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 9 Nov 2017 20:13:21 +0000 (05:13 +0900)
committerJouni Malinen <j@w1.fi>
Tue, 14 Nov 2017 16:22:58 +0000 (18:22 +0200)
commit4109555ef75e713cad0361d4cd69ff715e24bf7c
treea69e3cec22562140c8708ea49437a35b6835df37
parent878723b9207b79a2760cdf1baf9ab9fb468cd771
DPP: Fix compiler warning of testing code

../src/common/dpp.c: In function 'dpp_test_gen_invalid_key':
../src/common/dpp.c:5531:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return NULL;
          ^

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
src/common/dpp.c