Skip to content

Commit

Permalink
Add i386 support to ossl(4).
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Oct 15, 2020
1 parent dc59f7b commit c94c955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sys/modules/Makefile
Expand Up @@ -626,6 +626,7 @@ _nctgpio= nctgpio
_ndis= ndis
_ntb= ntb
_ocs_fc= ocs_fc
_ossl= ossl
_pccard= pccard
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_rdma= rdma
Expand Down Expand Up @@ -719,7 +720,6 @@ _iavf= iavf
_ioat= ioat
_ixl= ixl
_nvdimm= nvdimm
_ossl= ossl
_pms= pms
_qlxge= qlxge
_qlxgb= qlxgb
Expand Down
5 changes: 5 additions & 0 deletions sys/modules/ossl/Makefile
Expand Up @@ -18,4 +18,9 @@ SRCS.amd64= \
sha256-x86_64.S \
sha512-x86_64.S

SRCS.i386= \
sha1-586.S \
sha256-586.S \
sha512-586.S

.include <bsd.kmod.mk>

0 comments on commit c94c955

Please sign in to comment.