From 87e1f3ee1c9685a05be80a789e2b60ffe7acd7b7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Jan 2025 13:51:41 +0000 Subject: x509_utl.c: use normal order of internal headers --- src/lib/libcrypto/x509/x509_utl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 0427b4c6ef..08383849c9 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_utl.c,v 1.25 2024/12/24 10:52:43 tb Exp $ */ +/* $OpenBSD: x509_utl.c,v 1.26 2025/01/26 13:51:41 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -67,9 +67,8 @@ #include #include -#include "conf_local.h" - #include "bytestring.h" +#include "conf_local.h" /* * Match reference identifiers starting with "." to any sub-domain. This -- cgit v1.2.3-55-g6feb