mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08: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…
Reference in New Issue
Block a user