Probably fix travis (wine build).
authorBen Laurie <ben@links.org>
Sat, 24 Oct 2015 17:37:12 +0000 (18:37 +0100)
committerBen Laurie <ben@links.org>
Sun, 25 Oct 2015 17:23:57 +0000 (17:23 +0000)
Reviewed-by: Stephen Henson <steve@openssl.org>
crypto/engine/eng_cryptodev.c

index c67ecc5515b5f647bbc3e2a06da7915209dfd8e6..c660bb3841fc821b7454d4e045dd9a5907f04674 100644 (file)
 #include <sys/types.h>
 #ifdef HAVE_CRYPTODEV
 # include <crypto/cryptodev.h>
 #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>
 #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
 
 
 #ifndef HAVE_CRYPTODEV