From 29864f17fcae950a67dbf4c6a24b4096c34d3a76 Mon Sep 17 00:00:00 2001 From: jsing Date: Thu, 10 Aug 2023 13:41:18 +0000 Subject: [PATCH] Tidy includes. --- lib/libcrypto/md5/md5.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/libcrypto/md5/md5.c b/lib/libcrypto/md5/md5.c index ea8d1791754..7f6535506c3 100644 --- a/lib/libcrypto/md5/md5.c +++ b/lib/libcrypto/md5/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.7 2023/08/10 07:15:23 jsing Exp $ */ +/* $OpenBSD: md5.c,v 1.8 2023/08/10 13:41:18 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,9 +57,6 @@ */ #include -#include -#include - #include #include -- 2.20.1