From: Richard Levitte Date: Mon, 5 Nov 2001 18:18:12 +0000 (+0000) Subject: Place the OpenSSL-specific headers back so they always get included, X-Git-Tag: OpenSSL-engine-0_9_6c~39^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6acc3b96899918e959e365a7a92419fd32070fa4;p=openssl Place the OpenSSL-specific headers back so they always get included, or we get a dependency war in Makefile.ssl --- diff --git a/crypto/engine/hw_openbsd_dev_crypto.c b/crypto/engine/hw_openbsd_dev_crypto.c index 1309176da8..eb10d1a89e 100644 --- a/crypto/engine/hw_openbsd_dev_crypto.c +++ b/crypto/engine/hw_openbsd_dev_crypto.c @@ -53,6 +53,12 @@ * */ +#include +#include +#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 #include #include -#include #include +#include #include -#include -#include -#include "eng_int.h" -/* Maybe this is needed? ... */ -#include "../evp/evp_locl.h" #include