Don't install e_os.h in include/openssl, use it only as a local

include file.
This commit is contained in:
Bodo Möller
1999-05-20 21:59:20 +00:00
parent 9dff4cc051
commit 17e3dd1c62
43 changed files with 3078 additions and 3172 deletions

View File

@@ -63,7 +63,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <openssl/e_os.h>
#ifndef FLAT_INC
# include "../e_os.h"
#else
# include "e_os.h"
#endif
#include <openssl/rand.h>
#undef BUFSIZE