From 58f7b06c015ec6a83e15bf6b44699248ae73d558 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 10 Jan 2019 14:34:19 -0800 Subject: [PATCH] unit: Switch eap-mschapv2 test to use mschaputil --- Makefile.am | 1 + unit/test-eap-mschapv2.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7fc6a579..435bc872 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/unit/test-eap-mschapv2.c b/unit/test-eap-mschapv2.c index a33b39f5..3d512ac1 100644 --- a/unit/test-eap-mschapv2.c +++ b/unit/test-eap-mschapv2.c @@ -30,6 +30,7 @@ #include #include "src/eap-mschapv2.h" +#include "src/mschaputil.h" /* The test values here are taken from the RFCs the functions are defined in */