summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index accabd16b..ea0f05ae6 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -614,7 +614,7 @@ int usecount(void)
return 1;
}
-const char *key()
+const char *key(void)
{
return ASTERISK_GPL_KEY;
}