From: Richard Levitte Date: Fri, 16 Nov 2001 08:54:34 +0000 (+0000) Subject: On systems that don't do too well including headers from a different X-Git-Tag: OpenSSL_0_9_6c~26^2~14 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0d197a833cec53bf34ac21c075a2431ce143eda9 On systems that don't do too well including headers from a different directory, trust the building scripts to handle it properly. --- diff --git a/crypto/engine/hw_openbsd_dev_crypto.c b/crypto/engine/hw_openbsd_dev_crypto.c index eb10d1a89e..bf0b8ea161 100644 --- a/crypto/engine/hw_openbsd_dev_crypto.c +++ b/crypto/engine/hw_openbsd_dev_crypto.c @@ -57,7 +57,11 @@ #include #include "eng_int.h" /* Maybe this is needed? ... */ +#ifdef FLAT_INC +#include "evp_locl.h" +#else #include "../evp/evp_locl.h" +#endif #ifndef OPENSSL_OPENBSD_DEV_CRYPTO