summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-11-09 19:31:50 +0000
committertb <>2018-11-09 19:31:50 +0000
commitd2fe8ed782f8ef53d8ea2616c5820064884d2420 (patch)
tree4a716c24446ab0866b0e1f3f44e3de38efdb6a51 /src
parent8d083224a40f4592475938948762e170253919f6 (diff)
downloadopenbsd-d2fe8ed782f8ef53d8ea2616c5820064884d2420.tar.gz
openbsd-d2fe8ed782f8ef53d8ea2616c5820064884d2420.tar.bz2
openbsd-d2fe8ed782f8ef53d8ea2616c5820064884d2420.zip
remove the not yet implemented "handshake" subdirectory
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 7fabb63476..ccff27278b 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,10 +1,9 @@
1# $OpenBSD: Makefile,v 1.29 2018/11/09 19:24:50 tb Exp $ 1# $OpenBSD: Makefile,v 1.30 2018/11/09 19:31:50 tb Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += bytestring 4SUBDIR += bytestring
5SUBDIR += ciphers 5SUBDIR += ciphers
6SUBDIR += client 6SUBDIR += client
7SUBDIR += handshake
8SUBDIR += interop 7SUBDIR += interop
9SUBDIR += pqueue 8SUBDIR += pqueue
10SUBDIR += server 9SUBDIR += server