From 297e7294f5840e1bff79014cff7d8d0ed901623e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 15 Dec 2023 08:22:08 +0000 Subject: Clean up includes --- src/lib/libcrypto/asn1/ameth_lib.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/ameth_lib.c b/src/lib/libcrypto/asn1/ameth_lib.c index 9b4796a161..5ae195a10b 100644 --- a/src/lib/libcrypto/asn1/ameth_lib.c +++ b/src/lib/libcrypto/asn1/ameth_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ameth_lib.c,v 1.35 2023/12/15 08:16:54 tb Exp $ */ +/* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -56,14 +56,12 @@ * */ -#include +#include #include +#include -#include - -#include #include -#include +#include #include "asn1_local.h" #include "evp_local.h" -- cgit v1.2.3-55-g6feb