From 83100f9b48b82a26656e03674dbc3408dff7c11d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 18 Apr 2023 09:10:44 +0000 Subject: [PATCH] Move x509.h inclusion into alphabetical order --- lib/libcrypto/engine/engine.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h index 51c6b633935..0c620ba7f8e 100644 --- a/lib/libcrypto/engine/engine.h +++ b/lib/libcrypto/engine/engine.h @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.h,v 1.37 2023/04/18 08:47:28 tb Exp $ */ +/* $OpenBSD: engine.h,v 1.38 2023/04/18 09:10:44 tb Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -91,11 +91,10 @@ #include #endif #include +#include #include -#include - #ifdef __cplusplus extern "C" { #endif -- 2.20.1