Commit 7ee0ccec authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Don't include sys/socket.h



It's not available on all OSs, e_os.h already does the right thing

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>

MR: #1870
parent 8143aa6f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
 */

#include <string.h>
#include <sys/socket.h>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/err.h>