Commit d2c3d5d4 authored by Ben Laurie's avatar Ben Laurie
Browse files

Probably fix travis (wine build).

parent 84cf97af
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -45,11 +45,6 @@
#include <sys/types.h>
#ifdef HAVE_CRYPTODEV
# include <crypto/cryptodev.h>
#endif
#include <openssl/dh.h>
#include <openssl/dsa.h>
#include <openssl/err.h>
#include <openssl/rsa.h>
# include <sys/ioctl.h>
# include <errno.h>
# include <stdio.h>
@@ -59,6 +54,11 @@
# include <syslog.h>
# include <errno.h>
# include <string.h>
#endif
#include <openssl/dh.h>
#include <openssl/dsa.h>
#include <openssl/err.h>
#include <openssl/rsa.h>

#ifndef HAVE_CRYPTODEV