summaryrefslogtreecommitdiff
path: root/mesh/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesh/crypto.c')
-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;