summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-27 22:41:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-27 22:41:47 +0000
commit97d7d72075c81b00e2fd321689c9b3dd1720c2c3 (patch)
tree63756ae87f82e7292f587af4c45e028bcce879b1 /etc/inc/openvpn.inc
parent3c41e1f40193c654e9bd3b1a22327dbd9b2b7b32 (diff)
downloadpfsense-97d7d72075c81b00e2fd321689c9b3dd1720c2c3.zip
pfsense-97d7d72075c81b00e2fd321689c9b3dd1720c2c3.tar.gz
use description
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index af07800..ee0c4f2 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -71,7 +71,7 @@ function openvpn_get_ciphers($pkg) {
$option_array = &$pkg['fields']['field'][$i]['options']['option'];
foreach ($config['openvpn']['keys'] as $cipher => $type) {
if ($type['auth_method'] == 'pki')
- $option_array[] = array('value' => $cipher, 'name' => $cipher);
+ $option_array[] = array('value' => $cipher, 'name' => $type['descr']);
}
}
}
OpenPOWER on IntegriCloud