From fcdc9e4a3316f2f8313cdb8cd932083814d800e0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 27 Jan 2025 04:24:46 +0000 Subject: x509_obj.c: be better at sorting --- src/lib/libcrypto/x509/x509_obj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/x509/x509_obj.c b/src/lib/libcrypto/x509/x509_obj.c index 1fcc53e5f0..db1741cc9e 100644 --- a/src/lib/libcrypto/x509/x509_obj.c +++ b/src/lib/libcrypto/x509/x509_obj.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_obj.c,v 1.24 2025/01/26 21:05:19 tb Exp $ */ +/* $OpenBSD: x509_obj.c,v 1.25 2025/01/27 04:24:46 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,8 +56,8 @@ * [including the GNU Public Licence.] */ -#include #include +#include #include #include -- cgit v1.2.3-55-g6feb