summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2020-03-13 16:04:31 +0000
committerjsing <>2020-03-13 16:04:31 +0000
commite4aa84e84fe680f7d36c8937f3d398c2e44b9d6e (patch)
tree034ea0d7da6e8552b90a2128c8036e868a075179 /src/regress/lib/libssl/Makefile
parent45c61f88aabb42b7213e428bcb556df63b9b6db8 (diff)
downloadopenbsd-e4aa84e84fe680f7d36c8937f3d398c2e44b9d6e.tar.gz
openbsd-e4aa84e84fe680f7d36c8937f3d398c2e44b9d6e.tar.bz2
openbsd-e4aa84e84fe680f7d36c8937f3d398c2e44b9d6e.zip
Add regress for TLSv1.3 sequence number handling.
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 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
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -8,6 +8,7 @@ SUBDIR += ciphers
8SUBDIR += handshake 8SUBDIR += handshake
9SUBDIR += pqueue 9SUBDIR += pqueue
10SUBDIR += record 10SUBDIR += record
11SUBDIR += record_layer
11SUBDIR += server 12SUBDIR += server
12SUBDIR += ssl 13SUBDIR += ssl
13SUBDIR += tlsext 14SUBDIR += tlsext