From 1f030b484ee11824e7f0695edfa9eafd0efffcf0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Nov 2024 15:58:49 +0000 Subject: Fix includes in ec_lib and ecp_smpl --- src/lib/libcrypto/ec/ec_lib.c | 6 +++++- src/lib/libcrypto/ec/ecp_smpl.c | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_lib.c b/src/lib/libcrypto/ec/ec_lib.c index 423c5ac7e2..a16fe05c44 100644 --- a/src/lib/libcrypto/ec/ec_lib.c +++ b/src/lib/libcrypto/ec/ec_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_lib.c,v 1.75 2024/11/02 15:50:50 tb Exp $ */ +/* $OpenBSD: ec_lib.c,v 1.76 2024/11/02 15:58:49 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -61,11 +61,15 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ +#include #include #include +#include +#include #include +#include #include #include "bn_local.h" diff --git a/src/lib/libcrypto/ec/ecp_smpl.c b/src/lib/libcrypto/ec/ecp_smpl.c index 5890ca994a..7f9612b7df 100644 --- a/src/lib/libcrypto/ec/ecp_smpl.c +++ b/src/lib/libcrypto/ec/ecp_smpl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecp_smpl.c,v 1.58 2024/11/02 15:50:50 tb Exp $ */ +/* $OpenBSD: ecp_smpl.c,v 1.59 2024/11/02 15:58:49 tb Exp $ */ /* Includes code written by Lenka Fibikova * for the OpenSSL project. * Includes code written by Bodo Moeller for the OpenSSL project. @@ -62,7 +62,12 @@ * and contributed to the OpenSSL project. */ +#include + +#include +#include #include +#include #include "bn_local.h" #include "ec_local.h" -- cgit v1.2.3-55-g6feb