diff --git a/unit/test-storage.c b/unit/test-storage.c index 1ee81dbf..9382efa6 100644 --- a/unit/test-storage.c +++ b/unit/test-storage.c @@ -30,7 +30,7 @@ #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); }