projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8143aa6
)
Don't include sys/socket.h
author
Kurt Roeckx
<kurt@roeckx.be>
Fri, 5 Feb 2016 23:55:12 +0000
(
00:55
+0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Sat, 6 Feb 2016 11:28:13 +0000
(12:28 +0100)
It's not available on all OSs, e_os.h already does the right thing
Reviewed-by: Richard Levitte <levitte@openssl.org>
MR: #1870
test/dtlsv1listentest.c
patch
|
blob
|
history
diff --git
a/test/dtlsv1listentest.c
b/test/dtlsv1listentest.c
index 4b616a77ffb46eca8885af08fbda9a7c1e86b8dc..5069dd505d38f01b62cd3eec0c64c80cfedc9ff5 100644
(file)
--- a/
test/dtlsv1listentest.c
+++ b/
test/dtlsv1listentest.c
@@
-56,7
+56,6
@@
*/
#include <string.h>
-#include <sys/socket.h>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/err.h>