aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openvpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openvpn.c')
-rw-r--r--epan/dissectors/packet-openvpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openvpn.c b/epan/dissectors/packet-openvpn.c
index efc0fec8e7..b3781674df 100644
--- a/epan/dissectors/packet-openvpn.c
+++ b/epan/dissectors/packet-openvpn.c
@@ -666,7 +666,7 @@ proto_reg_handoff_openvpn(void)
static gboolean initialized = FALSE;
if (! initialized) {
- ssl_handle = find_dissector("ssl");
+ ssl_handle = find_dissector_add_dependency("ssl", proto_openvpn);
initialized = TRUE;
} else {
if (tcp_port > 0)