mesh: Fix Checksmatch warning
authorBrian Gix <brian.gix@gmail.com>
Tue, 24 Jan 2023 19:24:23 +0000 (11:24 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
mesh/crypto.c

index f0afbf3..6ebad0d 100644 (file)
@@ -1019,7 +1019,7 @@ static const uint8_t crypto_test_result[] = {
        0x9a, 0x2a, 0xbf, 0x96
 };
 
-bool mesh_crypto_check_avail()
+bool mesh_crypto_check_avail(void)
 {
        void *cipher;
        bool result;