Change header order to pick up OPENSSL_SYS_WIN32
This commit is contained in:
parent
81b6dfe40d
commit
fdb0d5dd8f
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user