From e81cea247511847b8d86cceda455a240b6bc89c0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 19 Jan 2004 09:04:08 +0000 Subject: [PATCH] Just include "e_os.h" and trust the -I options to the compiler. --- apps/apps.h | 2 +- crypto/bf/bftest.c | 2 +- crypto/bio/bss_bio.c | 2 +- crypto/cryptlib.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/apps.h b/apps/apps.h index 1c6956a288..201ec03fd9 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -59,7 +59,7 @@ #ifndef HEADER_APPS_H #define HEADER_APPS_H -#include "openssl/e_os.h" +#include "e_os.h" #include #include diff --git a/crypto/bf/bftest.c b/crypto/bf/bftest.c index 212edfaf62..42e00963e7 100644 --- a/crypto/bf/bftest.c +++ b/crypto/bf/bftest.c @@ -63,7 +63,7 @@ #include #include -#include "../e_os.h" +#include "e_os.h" #ifdef NO_BF int main(int argc, char *argv[]) diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 4a794bfb66..1f547863f5 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -84,7 +84,7 @@ #include #include -#include "openssl/e_os.h" +#include "e_os.h" /* VxWorks defines SSiZE_MAX with an empty value causing compile errors */ #if defined(VXWORKS) diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 075b79db05..390488a37d 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -62,7 +62,7 @@ #include #include -#include "openssl/e_os.h" +#include "e_os.h" #include #include