Place the OpenSSL-specific headers back so they always get included,
authorRichard Levitte <levitte@openssl.org>
Mon, 5 Nov 2001 18:18:12 +0000 (18:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 5 Nov 2001 18:18:12 +0000 (18:18 +0000)
or we get a dependency war in Makefile.ssl

crypto/engine/hw_openbsd_dev_crypto.c

index 1309176da866f0a3db4867af44d2a864fc41b8d6..eb10d1a89e7f38a1e49b95df0e68aea2038b0335 100644 (file)
  *
  */
 
+#include <openssl/engine.h>
+#include <openssl/evp.h>
+#include "eng_int.h"
+/* Maybe this is needed? ... */
+#include "../evp/evp_locl.h"
+
 #ifndef OPENSSL_OPENBSD_DEV_CRYPTO
 
 void ENGINE_load_openbsd_dev_crypto(void)
@@ -66,14 +72,9 @@ void ENGINE_load_openbsd_dev_crypto(void)
 #include <fcntl.h>
 #include <stdio.h>
 #include <errno.h>
-#include <unistd.h>
 #include <assert.h>
+#include <unistd.h>
 #include <sys/ioctl.h>
-#include <openssl/engine.h>
-#include <openssl/evp.h>
-#include "eng_int.h"
-/* Maybe this is needed? ... */
-#include "../evp/evp_locl.h"
 
 #include <crypto/cryptodev.h>