3
0
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:
Marcel Holtmann 2025-05-05 20:41:56 +02:00
parent 78f4e6240e
commit 3267d356d2

View File

@ -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);
} }