From 7031045dfb3b4a5da492404a3a33fafb9bfd53e3 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Tue, 19 Mar 2019 01:25:30 +0100 Subject: [PATCH] unit: Update mschapv2 test to use mschap_nt_password_hash --- unit/test-eap-mschapv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-eap-mschapv2.c b/unit/test-eap-mschapv2.c index 3d512ac1..dbf77bd5 100644 --- a/unit/test-eap-mschapv2.c +++ b/unit/test-eap-mschapv2.c @@ -89,7 +89,7 @@ static void test_nt_password_hash(const void *data) { uint8_t hash[16]; - assert(mschapv2_nt_password_hash(nt_password, hash)); + assert(mschap_nt_password_hash(nt_password, hash)); assert(!memcmp(hash, password_hash, sizeof(password_hash))); }