mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
unit: Add check that AES is present
This commit is contained in:
parent
ef652642b5
commit
9da2d64980
@ -374,6 +374,11 @@ int main(int argc, char *argv[])
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!l_cipher_is_supported(L_CIPHER_AES)) {
|
||||||
|
printf("AES support missing, skipping...\n");
|
||||||
|
goto done;
|
||||||
|
}
|
||||||
|
|
||||||
l_test_add("/Passphrase Generator/PSK Test Case 1",
|
l_test_add("/Passphrase Generator/PSK Test Case 1",
|
||||||
psk_test, &psk_test_case_1);
|
psk_test, &psk_test_case_1);
|
||||||
l_test_add("/Passphrase Generator/PSK Test Case 2",
|
l_test_add("/Passphrase Generator/PSK Test Case 2",
|
||||||
|
Loading…
Reference in New Issue
Block a user