bsdkm: change enable-bsdkm to enable-freebsdkm.

pull/531/head
jordan 2025-11-12 23:38:26 -06:00
parent 2d24e854d7
commit 5f58c2c6e9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cd ~/
git clone https://github.com/philljj/wolfssl.git git clone https://github.com/philljj/wolfssl.git
cd ~/wolfssl && git co bsdkm cd ~/wolfssl && git co bsdkm
./autogen.sh ./autogen.sh
./configure --enable-bsdkm --enable-cryptonly --enable-crypttests --enable-all-crypto --disable-asm && make ./configure --enable-freebsdkm --enable-cryptonly --enable-crypttests --enable-all-crypto --disable-asm && make
file bsdkm/libwolfssl.ko file bsdkm/libwolfssl.ko
``` ```