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:
parent
e0031b80ee
commit
0d197a833c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user