mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-06-07 22:07:23 +02:00
unit: The precheck function also takes test data as parameter
This commit is contained in:
parent
78f4e6240e
commit
3267d356d2
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "src/storage.h"
|
#include "src/storage.h"
|
||||||
|
|
||||||
static bool aes_ctr_supported(void)
|
static bool aes_ctr_supported(const void *data)
|
||||||
{
|
{
|
||||||
return l_cipher_is_supported(L_CIPHER_AES_CTR);
|
return l_cipher_is_supported(L_CIPHER_AES_CTR);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user