Fix dashboard hardware crypto display where AES-NI is enabled. Ticket

This commit is contained in:
Chris Buechler 2015-07-06 17:05:19 -05:00
parent 10c65c480c
commit f2265d88c7

View File

@ -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;
}