Commit fdb0d5dd authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Change header order to pick up OPENSSL_SYS_WIN32

parent 81b6dfe4
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
#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>