From f2265d88c706fa2d29cc0b67e5539892240d798a Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 6 Jul 2015 17:05:19 -0500 Subject: Fix dashboard hardware crypto display where AES-NI is enabled. Ticket --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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; } -- cgit v1.1