]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the tests work without COMPAT_FREEBSD12 in kernel.
authorJung-uk Kim <jkim@FreeBSD.org>
Wed, 4 Nov 2020 22:41:54 +0000 (22:41 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Wed, 4 Nov 2020 22:41:54 +0000 (22:41 +0000)
commit8f02e2ac27a1f85939ec9762bf2678303552ecfc
tree580b392e2f61e6e3cc97b2a8b75c53e755e75886
parent2ceb17a8bed808bb2d14fe5bff1d3eca21598531
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