summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
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