diff options
author | tb <> | 2023-04-18 08:47:28 +0000 |
---|---|---|
committer | tb <> | 2023-04-18 08:47:28 +0000 |
commit | 6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10 (patch) | |
tree | b6cd13926762a1a092fe7bec28431b4cc10eef72 /src/lib/libcrypto/asn1 | |
parent | 67408c75ffa5cf9afa8816721916e650afef8c32 (diff) | |
download | openbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.tar.gz openbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.tar.bz2 openbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.zip |
Bring includes into canonical order
Requested by jsing
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 01bfcd31e0..03d7a2939f 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.73 2023/04/18 08:33:43 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.74 2023/04/18 08:47:28 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -66,11 +66,11 @@ | |||
66 | #ifndef OPENSSL_NO_BIO | 66 | #ifndef OPENSSL_NO_BIO |
67 | #include <openssl/bio.h> | 67 | #include <openssl/bio.h> |
68 | #endif | 68 | #endif |
69 | #include <openssl/bn.h> | ||
69 | #include <openssl/stack.h> | 70 | #include <openssl/stack.h> |
70 | #include <openssl/safestack.h> | 71 | #include <openssl/safestack.h> |
71 | 72 | ||
72 | #include <openssl/ossl_typ.h> | 73 | #include <openssl/ossl_typ.h> |
73 | #include <openssl/bn.h> | ||
74 | 74 | ||
75 | #ifdef __cplusplus | 75 | #ifdef __cplusplus |
76 | extern "C" { | 76 | extern "C" { |