mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-04 19:19:23 +01:00
unit: Update mschapv2 test to use mschap_nt_password_hash
This commit is contained in:
parent
0bf3ae97d7
commit
7031045dfb
@ -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)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user