summaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto/poly1305_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/opencrypto/poly1305_test.c')
-rw-r--r--tests/sys/opencrypto/poly1305_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/opencrypto/poly1305_test.c b/tests/sys/opencrypto/poly1305_test.c
index 32c103715cd4..64a1f0934263 100644
--- a/tests/sys/opencrypto/poly1305_test.c
+++ b/tests/sys/opencrypto/poly1305_test.c
@@ -390,7 +390,7 @@ test_rfc7539_poly1305_vectors(int crid, const char *modname)
ATF_TC_WITHOUT_HEAD(poly1305_vectors);
ATF_TC_BODY(poly1305_vectors, tc)
{
- ATF_REQUIRE_SYSCTL_INT("kern.cryptodevallowsoft", 1);
+ ATF_REQUIRE_SYSCTL_INT("kern.crypto.allow_soft", 1);
test_rfc7539_poly1305_vectors(CRYPTO_FLAG_SOFTWARE, "nexus/cryptosoft");
}