Probably fix travis (wine build).

Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
Ben Laurie 2015-10-24 18:37:12 +01:00
parent 84cf97af06
commit d2c3d5d4fc

View File

@ -45,11 +45,6 @@
#include <sys/types.h> #include <sys/types.h>
#ifdef HAVE_CRYPTODEV #ifdef HAVE_CRYPTODEV
# include <crypto/cryptodev.h> # 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 <sys/ioctl.h>
# include <errno.h> # include <errno.h>
# include <stdio.h> # include <stdio.h>
@ -59,6 +54,11 @@
# include <syslog.h> # include <syslog.h>
# include <errno.h> # include <errno.h>
# include <string.h> # include <string.h>
#endif
#include <openssl/dh.h>
#include <openssl/dsa.h>
#include <openssl/err.h>
#include <openssl/rsa.h>
#ifndef HAVE_CRYPTODEV #ifndef HAVE_CRYPTODEV