From e931012e1dc8716dd767af2ce9bb44e63f9604a3 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 22 Oct 2024 12:09:57 +0000 Subject: ecp_oct.c: add missing includes --- src/lib/libcrypto/ec/ecp_oct.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/libcrypto/ec/ecp_oct.c b/src/lib/libcrypto/ec/ecp_oct.c index b3cf44165d..133704bd7f 100644 --- a/src/lib/libcrypto/ec/ecp_oct.c +++ b/src/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" -- cgit v1.2.3-55-g6feb