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/x509v3/v3_utl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/x509v3/v3_utl.c') diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c index b58fac5fd0..8bba5a67d2 100644 --- a/crypto/x509v3/v3_utl.c +++ b/crypto/x509v3/v3_utl.c @@ -9,10 +9,10 @@ /* X509 v3 extension utilities */ +#include "e_os.h" +#include "internal/cryptlib.h" #include #include "internal/ctype.h" -#include "internal/cryptlib.h" -#include "e_os.h" #include #include #include "internal/x509_int.h" -- cgit v1.2.3