diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
commit | 17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (patch) | |
tree | 2b3191cc15e24d09853b7e1b708fd93a398b40e8 /crypto/cryptlib.h | |
parent | Bring VMS in sync with the recent changes. (diff) | |
download | openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.xz openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.zip |
Don't install e_os.h in include/openssl, use it only as a local
include file.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r-- | crypto/cryptlib.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 9673852810..1b62a5ae49 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -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> |