From 114596f075bfc108204078dbd21fd79980e68306 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 26 Oct 2023 09:08:57 +0000 Subject: [PATCH] Tidy includes --- lib/libcrypto/cms/cms_dd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/cms/cms_dd.c b/lib/libcrypto/cms/cms_dd.c index b6992b87743..0a357094c53 100644 --- a/lib/libcrypto/cms/cms_dd.c +++ b/lib/libcrypto/cms/cms_dd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_dd.c,v 1.16 2023/10/18 07:24:15 tb Exp $ */ +/* $OpenBSD: cms_dd.c,v 1.17 2023/10/26 09:08:57 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -55,9 +55,9 @@ #include #include +#include #include #include -#include #include #include "cms_local.h" -- 2.20.1