unit: Switch eap-mschapv2 test to use mschaputil

This commit is contained in:
Tim Kourt 2019-01-10 14:34:19 -08:00 committed by Denis Kenzior
parent 5d9d00fac3
commit 58f7b06c01
2 changed files with 2 additions and 0 deletions

View File

@ -415,6 +415,7 @@ unit_test_wsc_LDADD = $(ell_ldadd)
unit_test_eap_mschapv2_SOURCES = src/eap-mschapv2.h src/eap-mschapv2.c \
src/eap.c src/eap.h src/eap-private.h \
src/mschaputil.h src/mschaputil.c \
unit/test-eap-mschapv2.c
unit_test_eap_mschapv2_LDADD = $(ell_ldadd)

View File

@ -30,6 +30,7 @@
#include <ell/ell.h>
#include "src/eap-mschapv2.h"
#include "src/mschaputil.h"
/* The test values here are taken from the RFCs the functions are defined in */