Skip to content

Commit

Permalink
system: aesni is now a kernel-builtin #5559
Browse files Browse the repository at this point in the history
Remove modules that are no longer available.
  • Loading branch information
fichtner committed Feb 22, 2022
1 parent 747562d commit db686a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/etc/config.xml.sample
Expand Up @@ -243,7 +243,6 @@
<bogons>
<interval>monthly</interval>
</bogons>
<crypto_hardware>aesni</crypto_hardware>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<ssh>
Expand Down
3 changes: 0 additions & 3 deletions src/www/system_advanced_misc.php
Expand Up @@ -38,12 +38,9 @@
function crypto_modules()
{
$modules = array(
'aesni' => gettext('AES-NI CPU-based Acceleration'),
'glxsb' => gettext('AMD Geode LX Security Block'),
'hifn' => gettext('Hifn 7751/7951/7811/7955/7956 Crypto Accelerator'),
'padlock' => gettext('Crypto and RNG in VIA C3, C7 and Eden Processors'),
'safe' => gettext('SafeNet Crypto Accelerator'),
'ubsec' => gettext('Broadcom and BlueSteel uBsec 5x0x crypto accelerator'),
);
$available = array();

Expand Down

0 comments on commit db686a8

Please sign in to comment.