No booleans and import config
This commit is contained in:
parent
a82fdd4763
commit
42a2ce8255
5 changed files with 6 additions and 8 deletions
|
@ -6,13 +6,12 @@
|
|||
#include "common.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#ifdef MBEDTLS_SSL_SRV_C
|
||||
const char *pers = "fuzz_server";
|
||||
static bool initialized = 0;
|
||||
static int initialized = 0;
|
||||
#if defined(MBEDTLS_X509_CRT_PARSE_C) && defined(MBEDTLS_PEM_PARSE_C)
|
||||
static mbedtls_x509_crt srvcert;
|
||||
static mbedtls_pk_context pkey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue