summaryrefslogtreecommitdiff
path: root/mesh
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@gmail.com>2023-01-24 11:24:23 -0800
committerBrian Gix <brian.gix@gmail.com>2023-01-30 16:14:41 -0800
commit4bdd7090f0dfd0692dcc410340ff831d4f89d27f (patch)
treecc30b4b8fc51aec11123a2e261965d7588b6bf9f /mesh
parente71d0e802629bb939c7d518a2e33571fb996b72b (diff)
downloadbluez-4bdd7090f0dfd0692dcc410340ff831d4f89d27f.tar.gz
mesh: Fix Checksmatch warning
Diffstat (limited to 'mesh')
-rw-r--r--mesh/crypto.c2
1 files changed, 1 insertions, 1 deletions
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;