From 1bae8d685a1522b91eefec921056fdd190b47161 Mon Sep 17 00:00:00 2001 From: inoguchi Date: Mon, 3 May 2021 23:44:05 +0000 Subject: [PATCH] Use limits.h instead of sys/limits.h in dtlstest.c for portable discussed and input from jsing@ --- regress/lib/libssl/dtls/dtlstest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libssl/dtls/dtlstest.c b/regress/lib/libssl/dtls/dtlstest.c index 7292ea1cf69..cf3bd76c931 100644 --- a/regress/lib/libssl/dtls/dtlstest.c +++ b/regress/lib/libssl/dtls/dtlstest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dtlstest.c,v 1.7 2021/02/07 14:52:17 jsing Exp $ */ +/* $OpenBSD: dtlstest.c,v 1.8 2021/05/03 23:44:05 inoguchi Exp $ */ /* * Copyright (c) 2020 Joel Sing * @@ -16,10 +16,10 @@ */ #include -#include #include #include +#include #include #include -- 2.20.1