diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-18 09:10:45 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-18 09:10:45 +0000 |
commit | 6e968bd9e9cf9ceaf0a1719938ed5f128f13a985 (patch) | |
tree | ab546feb62b962a94f722e622a1f3a8f27b9c232 /lib/libcrypto/engine | |
parent | 9a1d4601c5b2082a8c30558925fd13bd35597b1b (diff) |
Move x509.h inclusion into alphabetical order
Diffstat (limited to 'lib/libcrypto/engine')
-rw-r--r-- | lib/libcrypto/engine/engine.h | 5 |
1 files 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 <openssl/rsa.h> #endif #include <openssl/ui.h> +#include <openssl/x509.h> #include <openssl/ossl_typ.h> -#include <openssl/x509.h> - #ifdef __cplusplus extern "C" { #endif |