1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-27 15:46:02 +00:00

a_bitstr.c: fix includes

This commit is contained in:
tb
2026-02-08 17:17:03 +00:00
parent 501542be26
commit 9645f12ed3

View File

@@ -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 <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/conf.h>
#include <openssl/x509v3.h>
#include <openssl/err.h>
#include "asn1_local.h"
#include "bytestring.h"
#include "err_local.h"