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

@@ -66,7 +66,12 @@
extern "C" {
#endif
#include <openssl/e_os.h>
#ifndef FLAT_INC
# include "../e_os.h"
#else
# include "e_os.h"
#endif
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>