diff options
author | Pauli <paul.dale@oracle.com> | 2017-08-18 05:52:46 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-08-29 23:20:43 +0200 |
commit | 677963e5a428739062ab5d46d5baed5eadd0195d (patch) | |
tree | 3afe5ace573d0da8a5272575075ad4aede8dcec5 /crypto/x509/by_dir.c | |
parent | Make the global DRBGs static (diff) | |
download | openssl-677963e5a428739062ab5d46d5baed5eadd0195d.tar.xz openssl-677963e5a428739062ab5d46d5baed5eadd0195d.zip |
e_os.h removal from other headers and source files.
Removed e_os.h from all bar three headers (apps/apps.h crypto/bio/bio_lcl.h and
ssl/ssl_locl.h).
Added e_os.h into the files that need it now.
Directly reference internal/nelem.h when required.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4188)
Diffstat (limited to 'crypto/x509/by_dir.c')
-rw-r--r-- | crypto/x509/by_dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index d8142977a8..335c3b3dda 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -13,6 +13,7 @@ #include <sys/types.h> #include "internal/cryptlib.h" +#include "e_os.h" #ifndef OPENSSL_NO_POSIX_IO # include <sys/stat.h> |