From 1c0efc8280713824e8dcbf6ffff13ab3e175a292 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 21 Apr 2025 15:54:32 +0000 Subject: Tidy includes. --- src/lib/libcrypto/modes/cbc128.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/modes/cbc128.c') diff --git a/src/lib/libcrypto/modes/cbc128.c b/src/lib/libcrypto/modes/cbc128.c index f8ebf79a87..a1f17d7ca4 100644 --- a/src/lib/libcrypto/modes/cbc128.c +++ b/src/lib/libcrypto/modes/cbc128.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cbc128.c,v 1.8 2023/07/08 14:56:54 beck Exp $ */ +/* $OpenBSD: cbc128.c,v 1.9 2025/04/21 15:54:32 jsing Exp $ */ /* ==================================================================== * Copyright (c) 2008 The OpenSSL Project. All rights reserved. * @@ -49,9 +49,11 @@ * */ +#include + #include + #include "modes_local.h" -#include #ifndef MODES_DEBUG # ifndef NDEBUG -- cgit v1.2.3-55-g6feb