summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-16 08:54:34 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-16 08:54:34 +0000
commit0d197a833cec53bf34ac21c075a2431ce143eda9 (patch)
tree7a94ad586b7ed270aabdb433e4e35a022e3bb467 /crypto/engine
parente0031b80eec4b090970b34f969dc5e2242d6a4dc (diff)
On systems that don't do too well including headers from a different
directory, trust the building scripts to handle it properly.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/hw_openbsd_dev_crypto.c4
1 files changed, 4 insertions, 0 deletions
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 <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