1 |
unnilennium |
1.1 |
--- smeserver-openvpn-bridge-2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/openvpnbridge.pm.cipher_auto 2009-03-18 16:44:57.000000000 +0100 |
2 |
|
|
+++ smeserver-openvpn-bridge-2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/openvpnbridge.pm 2009-03-18 16:55:54.000000000 +0100 |
3 |
|
|
@@ -543,7 +543,7 @@ |
4 |
|
|
} |
5 |
|
|
$fic .= (get_prop('','compLzo','enabled') eq 'enabled' ? "comp-lzo\n" : ""); |
6 |
|
|
|
7 |
|
|
- $fic .= "cipher $cipher\n" if ($cipher ne ''); |
8 |
|
|
+ $fic .= "cipher $cipher\n" if (($cipher ne '') && ($cipher ne 'auto')); |
9 |
|
|
|
10 |
|
|
$fic .= "pull\n"; |
11 |
|
|
|