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 5f33369af..9ef65d652 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -582,8 +582,8 @@ static char *handle_cli_keys_init(struct ast_cli_entry *e, int cmd, struct ast_c
}
static struct ast_cli_entry cli_crypto[] = {
- AST_CLI(handle_cli_keys_show, "Displays RSA key information"),
- AST_CLI(handle_cli_keys_init, "Initialize RSA key passcodes")
+ AST_CLI_DEFINE(handle_cli_keys_show, "Displays RSA key information"),
+ AST_CLI_DEFINE(handle_cli_keys_init, "Initialize RSA key passcodes")
};
/*! \brief initialise the res_crypto module */