mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
unit: Switch eap-mschapv2 test to use mschaputil
This commit is contained in:
parent
5d9d00fac3
commit
58f7b06c01
@ -415,6 +415,7 @@ unit_test_wsc_LDADD = $(ell_ldadd)
|
|||||||
|
|
||||||
unit_test_eap_mschapv2_SOURCES = src/eap-mschapv2.h src/eap-mschapv2.c \
|
unit_test_eap_mschapv2_SOURCES = src/eap-mschapv2.h src/eap-mschapv2.c \
|
||||||
src/eap.c src/eap.h src/eap-private.h \
|
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.c
|
||||||
unit_test_eap_mschapv2_LDADD = $(ell_ldadd)
|
unit_test_eap_mschapv2_LDADD = $(ell_ldadd)
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
#include "src/eap-mschapv2.h"
|
#include "src/eap-mschapv2.h"
|
||||||
|
#include "src/mschaputil.h"
|
||||||
|
|
||||||
/* The test values here are taken from the RFCs the functions are defined in */
|
/* The test values here are taken from the RFCs the functions are defined in */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user