Merge pull request #327 from Sp1l/master

Fix build with LibreSSL
This commit is contained in:
miguelfreitas 2015-03-29 19:58:17 -03:00
commit 11f0d57864

View File

@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <openssl/rc4.h> #include <openssl/rc4.h>
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/aes.h> #include <openssl/aes.h>
#include <openssl/rand.h>
#else #else
// RC4 state from libtomcrypt // RC4 state from libtomcrypt
struct rc4 { struct rc4 {