summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-01-19 09:04:08 +0000
committerRichard Levitte <levitte@openssl.org>2004-01-19 09:04:08 +0000
commite81cea247511847b8d86cceda455a240b6bc89c0 (patch)
tree43822405955ba295cfb5d770409c258fd44f4705
parent2217e86cd0f0cdd5afa94b88d0c4476855197ef2 (diff)
Just include "e_os.h" and trust the -I options to the compiler.
-rw-r--r--apps/apps.h2
-rw-r--r--crypto/bf/bftest.c2
-rw-r--r--crypto/bio/bss_bio.c2
-rw-r--r--crypto/cryptlib.h2
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 <openssl/buffer.h>
#include <openssl/bio.h>
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 <string.h>
#include <stdlib.h>
-#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 <openssl/err.h>
#include <openssl/crypto.h>
-#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 <stdlib.h>
#include <string.h>
-#include "openssl/e_os.h"
+#include "e_os.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>