diff options
| author | jsing <> | 2022-11-05 21:58:24 +0000 |
|---|---|---|
| committer | jsing <> | 2022-11-05 21:58:24 +0000 |
| commit | cd2a00b8cc9ce9886d5724625ee5bf68cee44518 (patch) | |
| tree | 73de0ff007ab0f1f1ad4a30a5dd5051a4b60b868 /src/regress/lib/libssl/Makefile | |
| parent | abe2a93fc705791f43b61086d2537bd1f4614a29 (diff) | |
| download | openbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.tar.gz openbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.tar.bz2 openbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.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 |
