diff options
| author | jsing <> | 2022-01-05 09:59:39 +0000 |
|---|---|---|
| committer | jsing <> | 2022-01-05 09:59:39 +0000 |
| commit | efadcc5dd38b1eb8cc4d27a109eb179dbe38502d (patch) | |
| tree | b51d84957dee135214613b5328ddbc210a6eab16 /src/regress/lib/libssl/Makefile | |
| parent | b558c595e5afb498ed15f1643ba71fa9a3923b45 (diff) | |
| download | openbsd-efadcc5dd38b1eb8cc4d27a109eb179dbe38502d.tar.gz openbsd-efadcc5dd38b1eb8cc4d27a109eb179dbe38502d.tar.bz2 openbsd-efadcc5dd38b1eb8cc4d27a109eb179dbe38502d.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/Makefile | 3 |
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 | ||
| 3 | SUBDIR += api | ||
| 3 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
| 4 | SUBDIR += buffer | 5 | SUBDIR += buffer |
| 5 | SUBDIR += bytestring | 6 | SUBDIR += bytestring |
