--- mesh/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/crypto.c b/mesh/crypto.c index 3754cb012..38dfc5fb5 100644 --- a/mesh/crypto.c +++ b/mesh/crypto.c @@ -1020,7 +1020,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; -- 2.39.1