]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the tests work without COMPAT_FREEBSD12 in kernel.
authorjkim <jkim@FreeBSD.org>
Wed, 4 Nov 2020 22:41:54 +0000 (22:41 +0000)
committerjkim <jkim@FreeBSD.org>
Wed, 4 Nov 2020 22:41:54 +0000 (22:41 +0000)
commit7d4923469910785e75320bf8941626762ca5f6eb
tree580b392e2f61e6e3cc97b2a8b75c53e755e75886
parentb4f0bcce13a19156ad37feb7ead3a3ddc5154160
Make the tests work without COMPAT_FREEBSD12 in kernel.

sysctl 'kern.cryptodevallowsoft' was renamed to 'kern.crypto.allow_soft' in
r359374 and the prevous one is only available in kernel built with
"options COMPAT_FREEBSD12".
tests/sys/opencrypto/blake2_test.c
tests/sys/opencrypto/poly1305_test.c
tests/sys/opencrypto/runtests.sh