commit | 41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Feb 22 14:45:02 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Feb 22 14:45:02 2001 +0000 |
tree | dcad6fa950b6c4403a3ede282062c3c24ce75b0d | |
parent | 627774fd877b9aae249d937afa214d87d8964ae1 [diff] [blame] |
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.
diff --git a/apps/apps.h b/apps/apps.h index db3fe03..fb2e01b 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>