OpenVPN
Functions | Variables
mock_management.c File Reference
#include "syshead.h"
#include "manage.h"
Include dependency graph for mock_management.c:

Go to the source code of this file.

Functions

void management_auth_failure (struct management *man, const char *type, const char *reason)
 
char * management_query_pk_sig (struct management *man, const char *b64_data, const char *algorithm)
 

Variables

struct managementmanagement
 

Function Documentation

◆ management_auth_failure()

void management_auth_failure ( struct management man,
const char *  type,
const char *  reason 
)

Definition at line 40 of file mock_management.c.

References ASSERT.

◆ management_query_pk_sig()

char* management_query_pk_sig ( struct management man,
const char *  b64_data,
const char *  algorithm 
)

Definition at line 46 of file mock_management.c.

Variable Documentation

◆ management

Definition at line 37 of file mock_management.c.