From 41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 22 Feb 2001 14:45:02 +0000 Subject: e_os.h does not belong with the exported headers. Do not put it there and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories. --- crypto/bio/bss_bio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bio/bss_bio.c') diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 78c6ab4..4e46c6c 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -22,7 +22,7 @@ #include #include -#include "openssl/e_os.h" +#include "e_os.h" #ifndef SSIZE_MAX # define SSIZE_MAX INT_MAX #endif -- cgit v1.1