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
This commit is contained in:
Kurt Roeckx 2016-02-06 00:55:12 +01:00
parent 8143aa6f34
commit 7ee0ccec37

View File

@ -56,7 +56,6 @@
*/
#include <string.h>
#include <sys/socket.h>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/err.h>