From 76ac52a89efdc9edb22566dc5518cb173d98f33f Mon Sep 17 00:00:00 2001 From: inoguchi <> Date: Mon, 3 May 2021 23:44:05 +0000 Subject: Use limits.h instead of sys/limits.h in dtlstest.c for portable discussed and input from jsing@ --- src/regress/lib/libssl/dtls/dtlstest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/dtls/dtlstest.c b/src/regress/lib/libssl/dtls/dtlstest.c index 7292ea1cf6..cf3bd76c93 100644 --- a/src/regress/lib/libssl/dtls/dtlstest.c +++ b/src/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 -- cgit v1.2.3-55-g6feb