summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 c6475095ec..0096a9fd87 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.34 2019/01/19 02:57:21 jsing Exp $ 1# $OpenBSD: Makefile,v 1.35 2019/01/20 06:50:26 tb Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
5SUBDIR += bytestring 5SUBDIR += bytestring
6SUBDIR += ciphers 6SUBDIR += ciphers
7SUBDIR += client 7SUBDIR += client
8SUBDIR += handshake
8SUBDIR += pqueue 9SUBDIR += pqueue
9SUBDIR += record 10SUBDIR += record
10SUBDIR += server 11SUBDIR += server