From 677963e5a428739062ab5d46d5baed5eadd0195d Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 18 Aug 2017 13:52:46 +1000 Subject: 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 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4188) --- ssl/s3_lib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssl/s3_lib.c') diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index fdccdb76c4..1a5c3f76b8 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -11,7 +11,9 @@ #include #include +#include "internal/nelem.h" #include "ssl_locl.h" +#include "e_os.h" #include #include #include -- cgit v1.2.3