summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-19 23:29:26 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-19 23:29:26 -0400
commit42f98354dfafdac9fad9e3cfc22fb70d9887bfd2 (patch)
treefe9d6073e41be260f1d40c9724e5cfcc01bc165e /usr
parent3e743abea00b5842ff96d82af8d5af9859ce2221 (diff)
downloadpfsense-42f98354dfafdac9fad9e3cfc22fb70d9887bfd2.zip
pfsense-42f98354dfafdac9fad9e3cfc22fb70d9887bfd2.tar.gz
Instead of showing just <AES for Hardware crypto show the entire supported family. EX: o AES-CBC,SHA1,SHA256
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 3d62259..09d5a61 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -135,7 +135,7 @@ EOF;
if ($fd) {
while (!feof($fd)) {
$dmesgl = fgets($fd);
- if (preg_match("/^hifn.: (.*?),/", $dmesgl, $matches) or preg_match("/^safe.: (.*?),/", $dmesgl, $matches) or preg_match("/^ubsec.: (.*?),/", $dmesgl, $matches) or preg_match("/^padlock.: (.*?),/", $dmesgl, $matches) or preg_match("/^glxsb.: (.*?),/", $dmesgl, $matches)) {
+ if (preg_match("/^hifn.: (.*?),/", $dmesgl, $matches) or preg_match("/^safe.: (.*?),/", $dmesgl, $matches) or preg_match("/^ubsec.: (.*?),/", $dmesgl, $matches) or preg_match("/^padlock.: <(.*?)>,/", $dmesgl, $matches) or preg_match("/^glxsb.: (.*?),/", $dmesgl, $matches)) {
$hwcrypto = $matches[1];
break;
}
OpenPOWER on IntegriCloud