From 2635222d8c2b1b9a950a8e3b8bb9911e90e705da Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 13 Jul 2010 17:30:59 -0400 Subject: Add OpenVPN none/null cipher. --- etc/inc/openvpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc index 3a9701a..a529322 100644 --- a/etc/inc/openvpn.inc +++ b/etc/inc/openvpn.inc @@ -168,7 +168,7 @@ function openvpn_get_cipherlist() { $words = explode(' ', $line); $ciphers[$words[0]] = "{$words[0]} {$words[1]}"; } - + $ciphers["none"] = "None (No Encryption)"; return $ciphers; } -- cgit v1.1