need to include stdlib.h before opensll headers
This commit is contained in:
parent
343f9361f2
commit
70449c9471
@ -23,6 +23,7 @@
|
||||
#include "os_calls.h"
|
||||
#include "arch.h"
|
||||
|
||||
#include <stdlib.h> /* needed for openssl headers */
|
||||
#include <openssl/rc4.h>
|
||||
#include <openssl/md5.h>
|
||||
#include <openssl/sha.h>
|
||||
|
Loading…
Reference in New Issue
Block a user