aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2020-12-04 21:12:17 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2020-12-04 21:12:17 +0000
commit22bd0c9731d73167352019c0c49d454196d029dc (patch)
tree80bb10364a4a1aff615d9b34f05b30134b48fa5a /sys/modules/Makefile
parentfd86ae6800383dabe050e22176783857895800e3 (diff)
downloadsrc-22bd0c9731d73167352019c0c49d454196d029dc.tar.gz
src-22bd0c9731d73167352019c0c49d454196d029dc.zip
ossl: port to arm64
Enable in-kernel acceleration of SHA1 and SHA2 operations on arm64 by adding support for the ossl(4) crypto driver. This uses OpenSSL's assembly routines under the hood, which will detect and use SHA intrinsics if they are supported by the CPU. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27390
Notes
Notes: svn path=/head/; revision=368350
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 654ec66268b0..2457fc0a5338 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -518,6 +518,7 @@ _mthca= mthca
_mlx4ib= mlx4ib
_mlx5ib= mlx5ib
.endif
+_ossl= ossl
_vmware= vmware
.endif
@@ -634,7 +635,6 @@ _nctgpio= nctgpio
_ndis= ndis
_ntb= ntb
_ocs_fc= ocs_fc
-_ossl= ossl
_pccard= pccard
_qat= qat
_qatfw= qatfw