mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-06 06:29:42 +00:00
include stdlib for malloc() and free()
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1174
This commit is contained in:
parent
325cfa8531
commit
0a3206539a
@ -9,6 +9,7 @@
|
||||
*/
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <openssl/opensslconf.h>
|
||||
#include "fuzzer.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user