Skip tests using KTLS RX if KTLS RX is not supported.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 29 Jul 2020 22:08:25 +0000 (15:08 -0700)
committerMatt Caswell <matt@openssl.org>
Mon, 31 Aug 2020 08:34:19 +0000 (09:34 +0100)
commitcd03b5dc428568548163890081da99b6e5df11ba
treef96d87cab98b887c5d4d61c0cfc7a0c1fc2b0d07
parenteb818d23c2f451ed56030d9e9fb94bd60ec48b07
Skip tests using KTLS RX if KTLS RX is not supported.

This skips tests using KTLS RX when run on systems that only support
KTLS TX.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12111)
test/sslapitest.c