From 6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 18 Apr 2023 08:47:28 +0000 Subject: Bring includes into canonical order Requested by jsing --- src/lib/libcrypto/dsa/dsa.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/dsa') diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index 3d81dc6dec..8029e7f94c 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa.h,v 1.42 2023/04/18 08:33:43 tb Exp $ */ +/* $OpenBSD: dsa.h,v 1.43 2023/04/18 08:47:28 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -74,14 +74,14 @@ #ifndef OPENSSL_NO_BIO #include #endif -#include -#include - #include +#include #ifndef OPENSSL_NO_DH # include #endif +#include + #ifndef OPENSSL_DSA_MAX_MODULUS_BITS # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 #endif -- cgit v1.2.3-55-g6feb