summaryrefslogtreecommitdiffstats
path: root/test/dtlsv1listentest.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-02-06 00:55:12 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-02-06 12:28:13 +0100
commit7ee0ccec377f4f320654401af6e606f8634923c7 (patch)
treee7d6fa10e52121c1ab2783eaa8d7049aff09ea09 /test/dtlsv1listentest.c
parent8143aa6f3474bbe103b0bd0ea79944803597990b (diff)
Don't include sys/socket.h
It's not available on all OSs, e_os.h already does the right thing Reviewed-by: Richard Levitte <levitte@openssl.org> MR: #1870
Diffstat (limited to 'test/dtlsv1listentest.c')
-rw-r--r--test/dtlsv1listentest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dtlsv1listentest.c b/test/dtlsv1listentest.c
index 4b616a77ff..5069dd505d 100644
--- 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>