aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2026-02-26 20:30:18 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2026-02-26 20:30:18 +0000
commit73d9153fc57bcfb665a4867cb1adc8fa0a8aaa84 (patch)
treedc6d1e6a56f73fb49b0adc72e7ac34134168f3b7
parent5547a7bb39accd8f151b53e90b41d13b55f84c95 (diff)
tests/kern: put ssl_sendfile under MK_OPENSSL != no
Reported by: wosch
-rw-r--r--tests/sys/kern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index 7dfa62ebb229..6d59a752bb4f 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -25,6 +25,7 @@ ATF_TESTS_C+= inotify_test
ATF_TESTS_C+= kill_zombie
.if ${MK_OPENSSL} != "no"
ATF_TESTS_C+= ktls_test
+ATF_TESTS_C+= ssl_sendfile
.endif
ATF_TESTS_C+= ktrace_test
ATF_TESTS_C+= listener_wakeup
@@ -50,7 +51,6 @@ TEST_METADATA.sigwait+= is_exclusive="true"
ATF_TESTS_C+= subr_physmem_test
.endif
PLAIN_TESTS_C+= subr_unit_test
-ATF_TESTS_C+= ssl_sendfile
ATF_TESTS_C+= sysctl_kern_proc
ATF_TESTS_C+= sys_getrandom
ATF_TESTS_C+= tty_pts