From 2569b1e97f0226323c62204154c42f8ca23c136a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Oct 2024 10:45:49 +0000 Subject: ec_curve: add missing includes --- src/lib/libcrypto/ec/ec_curve.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 2c6e251e7d..a2c43c82bb 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_curve.c,v 1.47 2024/10/20 10:28:23 tb Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.48 2024/10/20 10:45:49 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -70,10 +70,14 @@ */ #include +#include +#include #include #include +#include +#include #include #include -- cgit v1.2.3-55-g6feb