diff options
| author | jsing <> | 2020-03-13 16:04:31 +0000 |
|---|---|---|
| committer | jsing <> | 2020-03-13 16:04:31 +0000 |
| commit | ef441d96ee48c8a1b34e562f076c2b5da071c375 (patch) | |
| tree | 034ea0d7da6e8552b90a2128c8036e868a075179 /src/regress/lib/libssl/Makefile | |
| parent | c81750c657e3e02baac9d726269c5fe6dab2d073 (diff) | |
| download | openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.tar.gz openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.tar.bz2 openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.zip | |
Add regress for TLSv1.3 sequence number handling.
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 8dc92d433a..678016e050 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.36 2020/01/25 05:24:49 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2020/03/13 16:04:31 jsing Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
| 4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
| @@ -8,6 +8,7 @@ SUBDIR += ciphers | |||
| 8 | SUBDIR += handshake | 8 | SUBDIR += handshake |
| 9 | SUBDIR += pqueue | 9 | SUBDIR += pqueue |
| 10 | SUBDIR += record | 10 | SUBDIR += record |
| 11 | SUBDIR += record_layer | ||
| 11 | SUBDIR += server | 12 | SUBDIR += server |
| 12 | SUBDIR += ssl | 13 | SUBDIR += ssl |
| 13 | SUBDIR += tlsext | 14 | SUBDIR += tlsext |
