Include stdlib.h for malloc(3) prototype.
We shouldn't rely on it to be implicitly included via OpenSSL headers.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#if defined(HAVE_OPENSSL)
|
||||
# include <sys/socket.h>
|
||||
# include <arpa/inet.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <netdb.h>
|
||||
|
||||
|
Reference in New Issue
Block a user