summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-10-24 18:37:12 +0100
committerBen Laurie <ben@links.org>2015-10-25 17:23:57 +0000
commitd2c3d5d4fcfee0820ed3e7018f9b1537a97cbe2e (patch)
treec886f18001de8286be104fba87f7db85d87b3bad /crypto/engine
parent84cf97af0691290d53c0a51807fa15f0843219ef (diff)
Probably fix travis (wine build).
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_cryptodev.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c
index c67ecc5515..c660bb3841 100644
--- a/crypto/engine/eng_cryptodev.c
+++ b/crypto/engine/eng_cryptodev.c
@@ -45,20 +45,20 @@
#include <sys/types.h>
#ifdef HAVE_CRYPTODEV
# include <crypto/cryptodev.h>
+# include <sys/ioctl.h>
+# include <errno.h>
+# include <stdio.h>
+# include <unistd.h>
+# include <fcntl.h>
+# include <stdarg.h>
+# 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>
-#include <sys/ioctl.h>
-#include <errno.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <stdarg.h>
-#include <syslog.h>
-#include <errno.h>
-#include <string.h>
#ifndef HAVE_CRYPTODEV