diff options
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" { |