From a82813527551f0e79c6d6ed5a9c1162e3c171bcf Mon Sep 17 00:00:00 2001 From: james Date: Mon, 17 Nov 2008 04:28:07 +0000 Subject: * Added additional method parameter to --script-security to preserve backward compatibility with system() call semantics used in OpenVPN 2.1_rc8 and earlier. To preserve backward compatibility use: script-security 3 system git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3495 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tun.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tun.h') diff --git a/tun.h b/tun.h index 85e850f..9d702fe 100644 --- a/tun.h +++ b/tun.h @@ -231,8 +231,6 @@ void do_ifconfig (struct tuntap *tt, int tun_mtu, const struct env_set *es); -const char *dev_component_in_dev_node (const char *dev_node); - bool is_dev_type (const char *dev, const char *dev_type, const char *match_type); int dev_type_enum (const char *dev, const char *dev_type); const char *dev_type_string (const char *dev, const char *dev_type); -- cgit