OpenDNSSEC-libhsm 2.1.10
Functions | Variables
hsmutil.c File Reference
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
#include <unistd.h>
#include <ldns/ldns.h>
#include <ldns/util.h>
#include "libhsm.h"
#include "hsmtest.h"
#include <libhsmdns.h>

Go to the source code of this file.

Functions

hsm_repository_tparse_conf_repositories (const char *cfgfile)
 
int main (int argc, char *argv[])
 

Variables

char * optarg
 
char * progname = NULL
 
unsigned int verbose = 0
 
hsm_ctx_tctx = NULL
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 609 of file hsmutil.c.

References optarg, progname, and verbose.

◆ parse_conf_repositories()

hsm_repository_t * parse_conf_repositories ( const char *  cfgfile)

Parse the repositories.

Definition at line 51 of file confparser.c.

Variable Documentation

◆ ctx

hsm_ctx_t* ctx = NULL

◆ optarg

char* optarg
extern

Referenced by main().

◆ progname

char* progname = NULL

Definition at line 46 of file hsmutil.c.

Referenced by main().

◆ verbose

unsigned int verbose = 0

Definition at line 47 of file hsmutil.c.

Referenced by main().