Skip to content

Commit

Permalink
On systems that don't do too well including headers from a different
Browse files Browse the repository at this point in the history
directory, trust the building scripts to handle it properly.
  • Loading branch information
levitte committed Nov 16, 2001
1 parent e0031b8 commit 0d197a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crypto/engine/hw_openbsd_dev_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d197a8

Please sign in to comment.