--- 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 +++ smeserver-openvpn-bridge-2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/openvpnbridge.pm 2009-03-18 16:55:54.000000000 +0100 @@ -543,7 +543,7 @@ } $fic .= (get_prop('','compLzo','enabled') eq 'enabled' ? "comp-lzo\n" : ""); - $fic .= "cipher $cipher\n" if ($cipher ne ''); + $fic .= "cipher $cipher\n" if (($cipher ne '') && ($cipher ne 'auto')); $fic .= "pull\n";