summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/openvpn.h')
-rw-r--r--openvpn/src/openvpn/openvpn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/openvpn.h b/openvpn/src/openvpn/openvpn.h
index 7abfb087..bdfa6852 100644
--- a/openvpn/src/openvpn/openvpn.h
+++ b/openvpn/src/openvpn/openvpn.h
@@ -474,6 +474,7 @@ struct context_2
bool did_pre_pull_restore;
/* hash of pulled options, so we can compare when options change */
+ bool pulled_options_md5_init_done;
struct md5_state pulled_options_state;
struct md5_digest pulled_options_digest;