From: tb Date: Sun, 20 Oct 2024 10:48:29 +0000 (+0000) Subject: ec_asn1: add missing includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=871f3d1f73e0a7b8d73c3d7f8fab9cfa6cce5547;p=openbsd ec_asn1: add missing includes --- 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