diff options
author | tb <> | 2025-01-26 13:51:41 +0000 |
---|---|---|
committer | tb <> | 2025-01-26 13:51:41 +0000 |
commit | 8ad2745dd443159e74124c9675865aea060bf2ea (patch) | |
tree | 5b7d3e7c6207ced6fbe5e802caf68cd1777b6109 /src | |
parent | 5d52abc236226c5a47c36b07e2256e77141e373a (diff) | |
download | openbsd-8ad2745dd443159e74124c9675865aea060bf2ea.tar.gz openbsd-8ad2745dd443159e74124c9675865aea060bf2ea.tar.bz2 openbsd-8ad2745dd443159e74124c9675865aea060bf2ea.zip |
x509_utl.c: use normal order of internal headers
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_utl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 0427b4c6ef..08383849c9 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_utl.c,v 1.25 2024/12/24 10:52:43 tb Exp $ */ | 1 | /* $OpenBSD: x509_utl.c,v 1.26 2025/01/26 13:51:41 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -67,9 +67,8 @@ | |||
67 | #include <openssl/err.h> | 67 | #include <openssl/err.h> |
68 | #include <openssl/x509v3.h> | 68 | #include <openssl/x509v3.h> |
69 | 69 | ||
70 | #include "conf_local.h" | ||
71 | |||
72 | #include "bytestring.h" | 70 | #include "bytestring.h" |
71 | #include "conf_local.h" | ||
73 | 72 | ||
74 | /* | 73 | /* |
75 | * Match reference identifiers starting with "." to any sub-domain. This | 74 | * Match reference identifiers starting with "." to any sub-domain. This |