Wire Sysio Wire Sysion 1.0.0
|
#include <string.h>
#include <errno.h>
#include <arpa/inet.h>
#include "yubihsm.h"
#include "internal.h"
#include "debug_lib.h"
#include "curl/curl.h"
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 |
struct backend_functions * backend_functions | ( | void | ) |
Definition at line 243 of file yubihsm_curl.c.
FILE YH_INTERNAL* _yh_output |
Definition at line 39 of file yubihsm_curl.c.
uint8_t YH_INTERNAL _yh_verbosity |
Definition at line 38 of file yubihsm_curl.c.