From: Bodo Möller Date: Mon, 3 Sep 2001 12:37:13 +0000 (+0000) Subject: rearrange #includes because trying to include X-Git-Tag: OpenSSL_0_9_6c~123^2~35 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=931a23a5a55d153db9a0a76ee27e28af90be86e6 rearrange #includes because trying to include is a bad idea if OPENSSL_OPENBSD_DEV_CRYPTO is not defined --- diff --git a/crypto/evp/openbsd_hw.c b/crypto/evp/openbsd_hw.c index b4ac72dbcb..550145e494 100644 --- a/crypto/evp/openbsd_hw.c +++ b/crypto/evp/openbsd_hw.c @@ -47,21 +47,22 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +#include +#include +#include "evp_locl.h" + +/* check flag after OpenSSL headers to ensure make depend works */ +#ifdef OPENSSL_OPENBSD_DEV_CRYPTO + #include #include #include #include #include #include -#include -#include -#include -#include "evp_locl.h" #include -/* check flag after headers to ensure make depend works */ -#ifdef OPENSSL_OPENBSD_DEV_CRYPTO - /* longest key supported in hardware */ #define MAX_HW_KEY 24 #define MAX_HW_IV 8