From 4bdd7090f0dfd0692dcc410340ff831d4f89d27f Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Tue, 24 Jan 2023 11:24:23 -0800 Subject: [PATCH] mesh: Fix Checksmatch warning --- 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.47.3