From: Richard Levitte Date: Mon, 19 Jan 2004 09:23:52 +0000 (+0000) Subject: Recent changes from 0.9.6-stable. X-Git-Tag: OpenSSL-engine-0_9_6m~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a4110c8ff0b5cd67812814c00c2286ee8f41143;p=oweals%2Fopenssl.git Recent changes from 0.9.6-stable. --- diff --git a/apps/apps.h b/apps/apps.h index f0398150d7..ae70d33b85 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