Commit 0d197a83 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

directory, trust the building scripts to handle it properly.
parent e0031b80
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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