[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Sat Feb 6 11:37:51 UTC 2016


The branch master has been updated
       via  7ee0ccec377f4f320654401af6e606f8634923c7 (commit)
      from  8143aa6f3474bbe103b0bd0ea79944803597990b (commit)


- Log -----------------------------------------------------------------
commit 7ee0ccec377f4f320654401af6e606f8634923c7
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Sat Feb 6 00:55:12 2016 +0100

    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 at openssl.org>
    
    MR: #1870

-----------------------------------------------------------------------

Summary of changes:
 test/dtlsv1listentest.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/dtlsv1listentest.c b/test/dtlsv1listentest.c
index 4b616a7..5069dd5 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>


More information about the openssl-commits mailing list