]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix wpa_supplicant build with CONFIG_PCSC=y
authorJouni Malinen <jouni@codeaurora.org>
Tue, 17 Sep 2019 15:00:49 +0000 (18:00 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 18 Sep 2019 21:21:47 +0000 (00:21 +0300)
commit3f2641e7ad9e88dbbc61acfa8e32a79c24b9a22c
tree3e62b4ecfa8609ae361894e00a04651ebd241ce4
parent11bbb7ecb8c64eff0658625a60e4f0445d312c71
Fix wpa_supplicant build with CONFIG_PCSC=y

This code block with dependency on PCSC_FUNCS was missed when conf->pin
was moved to conf->cert.pin. Fix this to get rid of compilation issues
with CONFIG_PCSC=y builds.

Fixes: b99c4cadb7f8 ("EAP peer: Move certificate configuration params into shared struct")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_peer/eap.c