From 07016a8a3174db5caf07182930533cf88ad9b0ad Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 24 Aug 2017 09:05:07 +1000 Subject: Move e_os.h to be the very first include. cryptilib.h is the second. Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4188) --- crypto/x509/by_dir.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crypto/x509/by_dir.c') diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index 335c3b3dda..8476f0025e 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -7,14 +7,13 @@ * https://www.openssl.org/source/license.html */ +#include "e_os.h" +#include "internal/cryptlib.h" #include #include #include #include -#include "internal/cryptlib.h" -#include "e_os.h" - #ifndef OPENSSL_NO_POSIX_IO # include #endif -- cgit v1.2.3