From c1d87b1072b9f7d2783c4658953f787fb56f26a1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 8 Feb 2026 17:17:03 +0000 Subject: a_bitstr.c: fix includes --- src/lib/libcrypto/asn1/a_bitstr.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/asn1/a_bitstr.c b/src/lib/libcrypto/asn1/a_bitstr.c index d84ecb025e..a702a341fa 100644 --- a/src/lib/libcrypto/asn1/a_bitstr.c +++ b/src/lib/libcrypto/asn1/a_bitstr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_bitstr.c,v 1.49 2026/02/08 10:27:00 tb Exp $ */ +/* $OpenBSD: a_bitstr.c,v 1.50 2026/02/08 17:17:03 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,14 +57,16 @@ */ #include +#include #include +#include #include #include #include -#include -#include +#include +#include "asn1_local.h" #include "bytestring.h" #include "err_local.h" -- cgit v1.2.3-55-g6feb