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/x509/x509_def.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/x509/x509_def.c') diff --git a/src/lib/libcrypto/x509/x509_def.c b/src/lib/libcrypto/x509/x509_def.c index f85781afdd..aca40329dc 100644 --- a/src/lib/libcrypto/x509/x509_def.c +++ b/src/lib/libcrypto/x509/x509_def.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_def.c,v 1.7 2023/02/16 08:38:17 tb Exp $ */ +/* $OpenBSD: x509_def.c,v 1.8 2024/11/01 18:34:06 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,11 +56,10 @@ * [including the GNU Public Licence.] */ -#include -#include "cryptlib.h" -#include #include +#include "cryptlib.h" + const char * X509_get_default_private_dir(void) { -- cgit v1.2.3-55-g6feb