From: tb Date: Tue, 22 Oct 2024 12:09:57 +0000 (+0000) Subject: ecp_oct.c: add missing includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c3db8cb706e9c1cf8d33f81bb47034d77cac3a07;p=openbsd ecp_oct.c: add missing includes --- diff --git a/lib/libcrypto/ec/ecp_oct.c b/lib/libcrypto/ec/ecp_oct.c index b3cf44165d9..133704bd7f5 100644 --- a/lib/libcrypto/ec/ecp_oct.c +++ b/lib/libcrypto/ec/ecp_oct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecp_oct.c,v 1.21 2023/04/18 18:29:32 tb Exp $ */ +/* $OpenBSD: ecp_oct.c,v 1.22 2024/10/22 12:09:57 tb Exp $ */ /* Includes code written by Lenka Fibikova * for the OpenSSL project. * Includes code written by Bodo Moeller for the OpenSSL project. @@ -62,6 +62,10 @@ * and contributed to the OpenSSL project. */ +#include + +#include +#include #include #include "ec_local.h"