diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-22 14:45:02 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-22 14:45:02 +0000 |
commit | 41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 (patch) | |
tree | dcad6fa950b6c4403a3ede282062c3c24ce75b0d /ssl/ssl_cert.c | |
parent | 627774fd877b9aae249d937afa214d87d8964ae1 (diff) | |
download | openssl-new-41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1.tar.gz |
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.
Diffstat (limited to 'ssl/ssl_cert.c')
-rw-r--r-- | ssl/ssl_cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index 7f4739d108..605e97e966 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c @@ -106,7 +106,7 @@ #include <stdio.h> -#include "openssl/e_os.h" +#include "e_os.h" #ifndef NO_SYS_TYPES_H # include <sys/types.h> #endif |