From e2cb230afcf1e1e09acf7e7bfd7355706130d384 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 5 Jan 2022 09:59:39 +0000 Subject: Provide regress for SSL public APIs. This will largely test curly and inconsistent APIs that are not covered by other regress tests. Currently, this tests the wonder that is SSL_get_peer_cert_chain(). --- src/regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/Makefile') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index ff06e0b0ba..1b852968f2 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.47 2021/10/23 14:34:10 jsing Exp $ +# $OpenBSD: Makefile,v 1.48 2022/01/05 09:59:39 jsing Exp $ +SUBDIR += api SUBDIR += asn1 SUBDIR += buffer SUBDIR += bytestring -- cgit v1.2.3-55-g6feb