mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 04:24:17 +00:00
Fix build with LibreSSL
LibreSSL includes work slightly different, need to specifically rand.h was not included making build fail where RAND_add is used
This commit is contained in:
parent
95646b03ca
commit
cacca0a56c
@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <openssl/rc4.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/rand.h>
|
||||
#else
|
||||
// RC4 state from libtomcrypt
|
||||
struct rc4 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user