From 59817a3dadd5dbc44806d415e5ddb7f6eb85fcbf Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 28 Oct 2024 17:00:51 +0000 Subject: ec_print.c: fix includes. It doesn't currently need ec_local.h, but it will soon, so leave it there. --- src/lib/libcrypto/ec/ec_print.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_print.c b/src/lib/libcrypto/ec/ec_print.c index fcd1570492..d0c9585007 100644 --- a/src/lib/libcrypto/ec/ec_print.c +++ b/src/lib/libcrypto/ec/ec_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_print.c,v 1.14 2023/11/21 22:17:15 tb Exp $ */ +/* $OpenBSD: ec_print.c,v 1.15 2024/10/28 17:00:51 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -53,7 +53,11 @@ * */ -#include +#include + +#include +#include + #include "ec_local.h" BIGNUM * -- cgit v1.2.3-55-g6feb