OpenDNSSEC-enforcer 2.1.13
Variables
key_generate_cmd.c File Reference
#include <getopt.h>
#include "daemon/engine.h"
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "log.h"
#include "str.h"
#include "clientpipe.h"
#include "longgetopt.h"
#include "hsmkey/hsm_key_factory.h"
#include "db/policy.h"
#include "duration.h"
#include "hsmkey/key_generate_cmd.h"

Go to the source code of this file.

Variables

struct cmd_func_block key_generate_funcblock
 

Variable Documentation

◆ key_generate_funcblock

struct cmd_func_block key_generate_funcblock
Initial value:
= {
"key generate", &usage, &help, NULL, NULL, &run, NULL
}

Definition at line 140 of file key_generate_cmd.c.