summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/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 4de2852..99a3221 100644
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -223,7 +223,7 @@ if ($fd) {
preg_match("/^ubsec.: (.*?),/", $dmesgl, $matches) or
preg_match("/^padlock.: <(.*?)>,/", $dmesgl, $matches) or
preg_match("/^glxsb.: (.*?),/", $dmesgl, $matches) or
- preg_match("/^aesni.: (.*?),/", $dmesgl, $matches)) {
+ preg_match("/^aesni.: <(.*?)>/", $dmesgl, $matches)) {
$hwcrypto = $matches[1];
break;
}
OpenPOWER on IntegriCloud