From 17e3dd1c62e9aadcd908c55e650f70379d2d19e2 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 20 May 1999 21:59:20 +0000 Subject: Don't install e_os.h in include/openssl, use it only as a local include file. --- crypto/cryptlib.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crypto/cryptlib.h') diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 9673852810..1b62a5ae49 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -66,7 +66,12 @@ extern "C" { #endif -#include +#ifndef FLAT_INC +# include "../e_os.h" +#else +# include "e_os.h" +#endif + #include #include #include -- cgit v1.2.3