From 00d406aeea0b66f7f4205870c7cef172c459660d Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 15 Nov 2024 12:09:36 +0000 Subject: ec_mult: fix includes --- src/lib/libcrypto/ec/ec_mult.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_mult.c b/src/lib/libcrypto/ec/ec_mult.c index d810879d68..7b62666337 100644 --- a/src/lib/libcrypto/ec/ec_mult.c +++ b/src/lib/libcrypto/ec/ec_mult.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_mult.c,v 1.33 2024/11/10 05:59:35 tb Exp $ */ +/* $OpenBSD: ec_mult.c,v 1.34 2024/11/15 12:09:36 tb Exp $ */ /* * Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project. */ @@ -61,10 +61,13 @@ * 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