summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-02 18:37:47 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-02 18:37:47 -0400
commit99d17ff1be2aff863273c88da716a42875f4d75f (patch)
tree5a8f8d2f84d885ad94f523bb71daa884726be29e /src/usr/local/www/system_advanced_misc.php
parentb49aac93b5a6f647d7f89a31721831389d96b717 (diff)
downloadpfsense-99d17ff1be2aff863273c88da716a42875f4d75f.zip
pfsense-99d17ff1be2aff863273c88da716a42875f4d75f.tar.gz
Fixed #5078
Added 'None' option to hardware array
Diffstat (limited to 'src/usr/local/www/system_advanced_misc.php')
-rw-r--r--src/usr/local/www/system_advanced_misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php
index 1fd165b..d998d59 100644
--- a/src/usr/local/www/system_advanced_misc.php
+++ b/src/usr/local/www/system_advanced_misc.php
@@ -465,7 +465,7 @@ $section->addInput(new Form_Select(
'crypto_hardware',
'Cryptographic Hardware',
$pconfig['crypto_hardware'],
- $crypto_modules
+ ['' => gettext('None')] + $crypto_modules
))->setHelp('A cryptographic '.
'accelerator module will use hardware support to speed up some cryptographic '.
'functions on systems which have the chip. Do not enable this option if you have '.
OpenPOWER on IntegriCloud