Change header order to pick up OPENSSL_SYS_WIN32

This commit is contained in:
Dr. Stephen Henson 2013-12-01 23:29:40 +00:00
parent 81b6dfe40d
commit fdb0d5dd8f

View File

@ -1,15 +1,16 @@
#include <openssl/opensslconf.h>
#include <string.h>
#ifndef OPENSSL_SYS_WIN32
#include <netdb.h>
#include <sys/socket.h>
#endif
#include <openssl/bio.h>
#include <openssl/dso.h>
#include "ssl.h"
#ifndef OPENSSL_SYS_WIN32
#include <netdb.h>
#include <sys/socket.h>
#endif
#ifndef OPENSSL_NO_LIBUNBOUND
#include <unbound.h>