From 12b149689e9ecef5eabf56c91c4a00f1d0742bd0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 1 Nov 2024 18:34:06 +0000 Subject: Only include cryptlib.h where it's needed Clean up the other includes while there. --- src/lib/libcrypto/ct/ct_log.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ct/ct_log.c') diff --git a/src/lib/libcrypto/ct/ct_log.c b/src/lib/libcrypto/ct/ct_log.c index 514246ff4f..0b2b061167 100644 --- a/src/lib/libcrypto/ct/ct_log.c +++ b/src/lib/libcrypto/ct/ct_log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ct_log.c,v 1.7 2024/08/31 09:26:18 tb Exp $ */ +/* $OpenBSD: ct_log.c,v 1.8 2024/11/01 18:34:06 tb Exp $ */ /* Author: Adam Eijdenberg . */ /* ==================================================================== * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. @@ -58,14 +58,17 @@ * https://www.openssl.org/source/license.html */ +#include #include #include +#include #include #include #include #include -#include +#include +#include #include "conf_local.h" -- cgit v1.2.3-55-g6feb