artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc4dd6
)
Move x509.h inclusion into alphabetical order
author
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 09:10:44 +0000
(09:10 +0000)
committer
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 09:10:44 +0000
(09:10 +0000)
lib/libcrypto/engine/engine.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/engine/engine.h
b/lib/libcrypto/engine/engine.h
index
51c6b63
..
0c620ba
100644
(file)
--- a/
lib/libcrypto/engine/engine.h
+++ b/
lib/libcrypto/engine/engine.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: engine.h,v 1.3
7 2023/04/18 08:47:28
tb Exp $ */
+/* $OpenBSD: engine.h,v 1.3
8 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