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.
This commit is contained in:
Richard Levitte
2001-02-22 14:45:02 +00:00
parent 627774fd87
commit 41d2a336ee
54 changed files with 3625 additions and 3704 deletions

View File

@@ -124,7 +124,7 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
#include <string.h> /* from ssltest.c */
#include <errno.h>
#include "openssl/e_os.h"
#include "e_os.h"
#include <openssl/buffer.h>
#include <openssl/x509.h>