]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: do not build ktls_test if WITHOUT_OPENSSL
authorEd Maste <emaste@FreeBSD.org>
Mon, 8 Nov 2021 17:08:34 +0000 (12:08 -0500)
committerEd Maste <emaste@FreeBSD.org>
Tue, 9 Nov 2021 18:47:20 +0000 (13:47 -0500)
commite818178e3a597922ce77bee874e441a1b7df0099
tree6fb063d2756ff041e4a2b02a2d6a5fdb884cab9d
parent1f960e646b7280795766fdaa183e3b9bd4cea345
tests: do not build ktls_test if WITHOUT_OPENSSL

ktls_test requires libcrypto to build, and fails if it is not available
(which is the case when building WITHOUT_OPENSSL).

Reported by: Michael Dexter, Build Option Survey
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32895
tests/sys/kern/Makefile