diff options
| author | jsing <> | 2022-11-05 21:58:24 +0000 |
|---|---|---|
| committer | jsing <> | 2022-11-05 21:58:24 +0000 |
| commit | 629d583d60b49ad21dc4d0546dcfc672db3e638c (patch) | |
| tree | 73de0ff007ab0f1f1ad4a30a5dd5051a4b60b868 /src/regress/lib/libssl/Makefile | |
| parent | 4b467892dd02776e02efb52c13f59fa0b9ad8562 (diff) | |
| download | openbsd-629d583d60b49ad21dc4d0546dcfc672db3e638c.tar.gz openbsd-629d583d60b49ad21dc4d0546dcfc672db3e638c.tar.bz2 openbsd-629d583d60b49ad21dc4d0546dcfc672db3e638c.zip | |
Add regress coverage for TLS exporters.
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 91ac8958e0..bae1248ab1 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.50 2022/10/20 07:38:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.51 2022/11/05 21:58:24 jsing Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += api | 3 | SUBDIR += api |
| 4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
| @@ -7,6 +7,7 @@ SUBDIR += bytestring | |||
| 7 | SUBDIR += ciphers | 7 | SUBDIR += ciphers |
| 8 | SUBDIR += client | 8 | SUBDIR += client |
| 9 | SUBDIR += dtls | 9 | SUBDIR += dtls |
| 10 | SUBDIR += exporter | ||
| 10 | SUBDIR += handshake | 11 | SUBDIR += handshake |
| 11 | SUBDIR += pqueue | 12 | SUBDIR += pqueue |
| 12 | SUBDIR += quic | 13 | SUBDIR += quic |
