From 871f3d1f73e0a7b8d73c3d7f8fab9cfa6cce5547 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 20 Oct 2024 10:48:29 +0000 Subject: [PATCH] ec_asn1: add missing includes --- lib/libcrypto/ec/ec_asn1.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/ec/ec_asn1.c b/lib/libcrypto/ec/ec_asn1.c index 548afb2d1a8..6e97d43c5c2 100644 --- a/lib/libcrypto/ec/ec_asn1.c +++ b/lib/libcrypto/ec/ec_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_asn1.c,v 1.75 2024/10/18 17:27:07 tb Exp $ */ +/* $OpenBSD: ec_asn1.c,v 1.76 2024/10/20 10:48:29 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -56,10 +56,14 @@ * */ -#include +#include +#include #include +#include +#include +#include #include #include #include -- 2.20.1