diff options
| author | Simran Kathpalia <skathpalia3@gmail.com> | 2021-04-28 04:31:00 +0530 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-05-03 10:52:26 -0400 |
| commit | 09efdd63fa8ebdadeccc841b699026e73081f7e0 (patch) | |
| tree | a7ef2b5746672f93059e25ead98820fbc6a86fd1 /pkg/build/freebsd.go | |
| parent | ad61f3714f0a5e8f7ce062d54f310df1f5e0d351 (diff) | |
sys/freebsd: added crypto(4) ioctl
Diffstat (limited to 'pkg/build/freebsd.go')
| -rw-r--r-- | pkg/build/freebsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index 7b7c10ebf..ba961dfe9 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -81,6 +81,7 @@ tcp_bbr_load="YES" tcp_rack_load="YES" sem_load="YES" mqueuefs_load="YES" +cryptodev_load="YES" __EOF__ cat | sudo tee -a ${tmpdir}/etc/sysctl.conf <<__EOF__ |
