mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Lots more removal of deprecated things
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -561,24 +561,14 @@ static char init_keys_usage[] =
|
||||
"Usage: keys init\n"
|
||||
" Initializes private keys (by reading in pass code from the user)\n";
|
||||
|
||||
static struct ast_cli_entry cli_show_keys_deprecated = {
|
||||
{ "show", "keys", NULL },
|
||||
show_keys, NULL,
|
||||
NULL };
|
||||
|
||||
static struct ast_cli_entry cli_init_keys_deprecated = {
|
||||
{ "init", "keys", NULL },
|
||||
init_keys, NULL,
|
||||
NULL };
|
||||
|
||||
static struct ast_cli_entry cli_crypto[] = {
|
||||
{ { "keys", "list", NULL },
|
||||
show_keys, "Displays RSA key information",
|
||||
show_key_usage, NULL, &cli_show_keys_deprecated },
|
||||
show_key_usage },
|
||||
|
||||
{ { "keys", "init", NULL },
|
||||
init_keys, "Initialize RSA key passcodes",
|
||||
init_keys_usage, NULL, &cli_init_keys_deprecated },
|
||||
init_keys_usage },
|
||||
};
|
||||
|
||||
static int crypto_init(void)
|
||||
|
Reference in New Issue
Block a user