From 5457701478fa7e3c30f0b19a1c3ece131b1bf6c6 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 18 Oct 2014 17:08:32 +0000 Subject: Sort/group includes. --- src/lib/libcrypto/err/err_all.c | 51 +++++++++++++++++---------------- src/lib/libssl/src/crypto/err/err_all.c | 51 +++++++++++++++++---------------- 2 files changed, 52 insertions(+), 50 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 64598d6cf4..7362220824 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.17 2014/07/11 08:00:25 jsing Exp $ */ +/* $OpenBSD: err_all.c,v 1.18 2014/10/18 17:08:32 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,48 +61,49 @@ #include #include +#include #include -#ifndef OPENSSL_NO_EC -#include -#endif #include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef OPENSSL_NO_CMS +#include +#endif #ifndef OPENSSL_NO_COMP #include #endif -#ifndef OPENSSL_NO_RSA -#include -#endif #ifndef OPENSSL_NO_DH #include #endif #ifndef OPENSSL_NO_DSA #include #endif -#ifndef OPENSSL_NO_ECDSA -#include +#ifndef OPENSSL_NO_EC +#include #endif #ifndef OPENSSL_NO_ECDH #include #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include +#ifndef OPENSSL_NO_ECDSA +#include +#endif #ifndef OPENSSL_NO_ENGINE #include #endif -#include -#include -#include -#include -#ifndef OPENSSL_NO_CMS -#include +#ifndef OPENSSL_NO_RSA +#include #endif void diff --git a/src/lib/libssl/src/crypto/err/err_all.c b/src/lib/libssl/src/crypto/err/err_all.c index 64598d6cf4..7362220824 100644 --- a/src/lib/libssl/src/crypto/err/err_all.c +++ b/src/lib/libssl/src/crypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.17 2014/07/11 08:00:25 jsing Exp $ */ +/* $OpenBSD: err_all.c,v 1.18 2014/10/18 17:08:32 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,48 +61,49 @@ #include #include +#include #include -#ifndef OPENSSL_NO_EC -#include -#endif #include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef OPENSSL_NO_CMS +#include +#endif #ifndef OPENSSL_NO_COMP #include #endif -#ifndef OPENSSL_NO_RSA -#include -#endif #ifndef OPENSSL_NO_DH #include #endif #ifndef OPENSSL_NO_DSA #include #endif -#ifndef OPENSSL_NO_ECDSA -#include +#ifndef OPENSSL_NO_EC +#include #endif #ifndef OPENSSL_NO_ECDH #include #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include +#ifndef OPENSSL_NO_ECDSA +#include +#endif #ifndef OPENSSL_NO_ENGINE #include #endif -#include -#include -#include -#include -#ifndef OPENSSL_NO_CMS -#include +#ifndef OPENSSL_NO_RSA +#include #endif void -- cgit v1.2.3-55-g6feb