OpenDNSSEC-enforcer  2.1.10
Macros | 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 "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.

Macros

#define NARGV   6
 

Variables

struct cmd_func_block key_generate_funcblock
 

Macro Definition Documentation

◆ NARGV

#define NARGV   6

Variable Documentation

◆ key_generate_funcblock

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

Definition at line 67 of file key_generate_cmd.c.