On systems that don't do too well including headers from a different

directory, trust the building scripts to handle it properly.
This commit is contained in:
Richard Levitte 2001-11-16 08:54:34 +00:00
parent e0031b80ee
commit 0d197a833c

View File

@ -57,7 +57,11 @@
#include <openssl/evp.h>
#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