aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index aaf6cf809..5c5d5c7c4 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -603,7 +603,7 @@ int unload_module(void)
return -1;
}
-char *description(void)
+const const char *description(void)
{
return "Cryptographic Digital Signatures";
}
@@ -614,7 +614,7 @@ int usecount(void)
return 1;
}
-char *key()
+const const char *key()
{
return ASTERISK_GPL_KEY;
}