Move x509.h inclusion into alphabetical order
authortb <tb@openbsd.org>
Tue, 18 Apr 2023 09:10:44 +0000 (09:10 +0000)
committertb <tb@openbsd.org>
Tue, 18 Apr 2023 09:10:44 +0000 (09:10 +0000)
lib/libcrypto/engine/engine.h

index 51c6b63..0c620ba 100644 (file)
@@ -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.
  */
 #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