From af1ff563bc960206fbef6422627af4279a7840ff Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Oct 2024 10:48:29 +0000 Subject: ec_asn1: add missing includes --- src/lib/libcrypto/ec/ec_asn1.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_asn1.c b/src/lib/libcrypto/ec/ec_asn1.c index 548afb2d1a..6e97d43c5c 100644 --- a/src/lib/libcrypto/ec/ec_asn1.c +++ b/src/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 -- cgit v1.2.3-55-g6feb