1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

No booleans and import config

This commit is contained in:
Philippe Antoine
2019-07-10 14:26:31 +02:00
parent a82fdd4763
commit 42a2ce8255
5 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
// Get platform-specific definition
#include "mbedtls/config.h"
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);