From 80015039c79fde8451543a82e625dcf4eae2ea97 Mon Sep 17 00:00:00 2001 From: jsing Date: Thu, 10 Aug 2023 13:41:56 +0000 Subject: [PATCH] Tidy includes. --- lib/libcrypto/md4/md4.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/md4/md4.c b/lib/libcrypto/md4/md4.c index d05d5ace0d3..12e3ac71d48 100644 --- a/lib/libcrypto/md4/md4.c +++ b/lib/libcrypto/md4/md4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md4.c,v 1.6 2023/08/10 07:15:23 jsing Exp $ */ +/* $OpenBSD: md4.c,v 1.7 2023/08/10 13:41:56 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,11 +57,9 @@ */ #include -#include -#include - #include #include + #include #include -- 2.20.1