From 4d7b2a303b0012f3d9ea474efcca97480a760a9e Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 9 Nov 2021 18:40:21 +0000 Subject: Switch to from for better portability. ok tb@ --- src/lib/libssl/d1_pkt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index f0f393b0fd..12a711324a 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_pkt.c,v 1.115 2021/10/25 10:14:48 jsing Exp $ */ +/* $OpenBSD: d1_pkt.c,v 1.116 2021/11/09 18:40:21 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -113,8 +113,7 @@ * [including the GNU Public Licence.] */ -#include - +#include #include #include -- cgit v1.2.3-55-g6feb