summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2022-01-05 09:59:39 +0000
committerjsing <>2022-01-05 09:59:39 +0000
commite2cb230afcf1e1e09acf7e7bfd7355706130d384 (patch)
treeb51d84957dee135214613b5328ddbc210a6eab16 /src/regress/lib/libssl/Makefile
parente25aaf946bf33ed70ad397f6ac3e7d96eb2e0a4c (diff)
downloadopenbsd-e2cb230afcf1e1e09acf7e7bfd7355706130d384.tar.gz
openbsd-e2cb230afcf1e1e09acf7e7bfd7355706130d384.tar.bz2
openbsd-e2cb230afcf1e1e09acf7e7bfd7355706130d384.zip
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().
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.47 2021/10/23 14:34:10 jsing Exp $ 1# $OpenBSD: Makefile,v 1.48 2022/01/05 09:59:39 jsing Exp $
2 2
3SUBDIR += api
3SUBDIR += asn1 4SUBDIR += asn1
4SUBDIR += buffer 5SUBDIR += buffer
5SUBDIR += bytestring 6SUBDIR += bytestring