summaryrefslogtreecommitdiffstats
path: root/src/openvpn
diff options
context:
space:
mode:
authorSteffan Karger <steffan@karger.me>2014-06-01 19:58:54 +0200
committerGert Doering <gert@greenie.muc.de>2014-06-01 20:40:41 +0200
commit63dc03d068550a6d544ae3b5f489f71c247332eb (patch)
tree4b0124fadab8fa353ddbc66cf73d857fcad71154 /src/openvpn
parent67bdede662a90c33502b4f6ed5fac088e90c681a (diff)
downloadopenvpn-63dc03d068550a6d544ae3b5f489f71c247332eb.tar.gz
openvpn-63dc03d068550a6d544ae3b5f489f71c247332eb.tar.xz
openvpn-63dc03d068550a6d544ae3b5f489f71c247332eb.zip
Move #include "ssl_verify.h" from ssl.h to the source files that need it.
Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1401645536-27849-4-git-send-email-steffan@karger.me> URL: http://article.gmane.org/gmane.network.openvpn.devel/8749 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn')
-rw-r--r--src/openvpn/forward.c1
-rw-r--r--src/openvpn/init.c1
-rw-r--r--src/openvpn/multi.c1
-rw-r--r--src/openvpn/options.c1
-rw-r--r--src/openvpn/pf.c2
-rw-r--r--src/openvpn/push.c1
-rw-r--r--src/openvpn/ssl.h1
7 files changed, 6 insertions, 2 deletions
diff --git a/src/openvpn/forward.c b/src/openvpn/forward.c
index 0ec00f3..8d524ce 100644
--- a/src/openvpn/forward.c
+++ b/src/openvpn/forward.c
@@ -39,6 +39,7 @@
#include "ps.h"
#include "dhcp.h"
#include "common.h"
+#include "ssl_verify.h"
#include "memdbg.h"
diff --git a/src/openvpn/init.c b/src/openvpn/init.c
index 467b98a..021b5ca 100644
--- a/src/openvpn/init.c
+++ b/src/openvpn/init.c
@@ -43,6 +43,7 @@
#include "lladdr.h"
#include "ping.h"
#include "mstats.h"
+#include "ssl_verify.h"
#include "memdbg.h"
diff --git a/src/openvpn/multi.c b/src/openvpn/multi.c
index 2839b30..e451924 100644
--- a/src/openvpn/multi.c
+++ b/src/openvpn/multi.c
@@ -38,6 +38,7 @@
#include "otime.h"
#include "gremlin.h"
#include "mstats.h"
+#include "ssl_verify.h"
#include "memdbg.h"
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index 57f8949..206a091 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -56,6 +56,7 @@
#include "helper.h"
#include "manage.h"
#include "forward.h"
+#include "ssl_verify.h"
#include <ctype.h>
#include "memdbg.h"
diff --git a/src/openvpn/pf.c b/src/openvpn/pf.c
index 461beed..a3208db 100644
--- a/src/openvpn/pf.c
+++ b/src/openvpn/pf.c
@@ -35,8 +35,8 @@
#if defined(ENABLE_PF)
#include "init.h"
-
#include "memdbg.h"
+#include "ssl_verify.h"
#include "pf-inline.h"
diff --git a/src/openvpn/push.c b/src/openvpn/push.c
index 606bb05..1de9f74 100644
--- a/src/openvpn/push.c
+++ b/src/openvpn/push.c
@@ -33,6 +33,7 @@
#include "push.h"
#include "options.h"
#include "ssl.h"
+#include "ssl_verify.h"
#include "manage.h"
#include "memdbg.h"
diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h
index cd7cae2..aaecff4 100644
--- a/src/openvpn/ssl.h
+++ b/src/openvpn/ssl.h
@@ -44,7 +44,6 @@
#include "plugin.h"
#include "ssl_common.h"
-#include "ssl_verify.h"
#include "ssl_backend.h"
/* Used in the TLS PRF function */