artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0123979
)
Use limits.h instead of sys/limits.h in dtlstest.c for portable
author
inoguchi
<inoguchi@openbsd.org>
Mon, 3 May 2021 23:44:05 +0000
(23:44 +0000)
committer
inoguchi
<inoguchi@openbsd.org>
Mon, 3 May 2021 23:44:05 +0000
(23:44 +0000)
discussed and input from jsing@
regress/lib/libssl/dtls/dtlstest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/dtls/dtlstest.c
b/regress/lib/libssl/dtls/dtlstest.c
index
7292ea1
..
cf3bd76
100644
(file)
--- 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 <jsing@openbsd.org>
*
@@
-16,10
+16,10
@@
*/
#include <netinet/in.h>
-#include <sys/limits.h>
#include <sys/socket.h>
#include <err.h>
+#include <limits.h>
#include <poll.h>
#include <unistd.h>