diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-18 08:47:29 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-18 08:47:29 +0000 |
commit | 3b9fc98fe4cca32acc8416e2304ae36b51610cbc (patch) | |
tree | 91f6d39b0512b7b8d534e1bde0fabff38ef2ffb5 /lib/libcrypto/asn1/asn1.h | |
parent | 20e3868a79a0eec7a60c720ac6b97641019a7b16 (diff) |
Bring includes into canonical order
Requested by jsing
Diffstat (limited to 'lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | lib/libcrypto/asn1/asn1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/asn1.h b/lib/libcrypto/asn1/asn1.h index 01bfcd31e0e..03d7a2939f6 100644 --- a/lib/libcrypto/asn1/asn1.h +++ b/lib/libcrypto/asn1/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.73 2023/04/18 08:33:43 tb Exp $ */ +/* $OpenBSD: asn1.h,v 1.74 2023/04/18 08:47:28 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -66,11 +66,11 @@ #ifndef OPENSSL_NO_BIO #include <openssl/bio.h> #endif +#include <openssl/bn.h> #include <openssl/stack.h> #include <openssl/safestack.h> #include <openssl/ossl_typ.h> -#include <openssl/bn.h> #ifdef __cplusplus extern "C" { |