EAP-SAKE: Do not debug print result if eap_sake_compute_mic() fails
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 May 2016 19:26:37 +0000 (22:26 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 May 2016 19:26:37 +0000 (22:26 +0300)
commit9d136b00ac57becdaca04e5931e851e185d7fe79
tree1b5f97ea7a8b857802c226622e1e0aa7174aed8c
parent0884633577c0dbfaae8bf35c3b5b91a8016b25a8
EAP-SAKE: Do not debug print result if eap_sake_compute_mic() fails

This gets rid of a valgrind warning on uninitialized memory read in the
eap_proto_sake_errors test case where the result was used after the
failed eap_sake_compute_mic() call.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/eap_peer/eap_sake.c