projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b6dfe
)
Change header order to pick up OPENSSL_SYS_WIN32
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 1 Dec 2013 23:29:40 +0000
(23:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 1 Dec 2013 23:29:40 +0000
(23:29 +0000)
ssl/dnssec.c
patch
|
blob
|
history
diff --git
a/ssl/dnssec.c
b/ssl/dnssec.c
index 6ca58f1e10eed76843e06fe99167660641ec6762..a1cba6f808e62bd0079b4f5fde15c22d7442f253 100644
(file)
--- a/
ssl/dnssec.c
+++ b/
ssl/dnssec.c
@@
-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>