Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
yubihsm_curl.c File Reference
#include <string.h>
#include <errno.h>
#include <arpa/inet.h>
#include "yubihsm.h"
#include "internal.h"
#include "debug_lib.h"
#include "curl/curl.h"
Include dependency graph for yubihsm_curl.c:

Go to the source code of this file.

Classes

struct  state
 
struct  curl_data
 

Functions

struct backend_functions * backend_functions (void)
 

Variables

uint8_t YH_INTERNAL _yh_verbosity
 
FILE YH_INTERNAL_yh_output
 

Function Documentation

◆ backend_functions()

struct backend_functions * backend_functions ( void )

Definition at line 243 of file yubihsm_curl.c.

243 {
244#endif
245 return &f;
246}

Variable Documentation

◆ _yh_output

FILE YH_INTERNAL* _yh_output

Definition at line 39 of file yubihsm_curl.c.

◆ _yh_verbosity

uint8_t YH_INTERNAL _yh_verbosity

Definition at line 38 of file yubihsm_curl.c.