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
commit6eb54fd85cccb22c327d779aba066f1cb03158a0 (patch)
tree4a716c24446ab0866b0e1f3f44e3de38efdb6a51 /src
parent14d1b12c76ae17b63d5368e647a5bca9e82fc390 (diff)
downloadopenbsd-6eb54fd85cccb22c327d779aba066f1cb03158a0.tar.gz
openbsd-6eb54fd85cccb22c327d779aba066f1cb03158a0.tar.bz2
openbsd-6eb54fd85cccb22c327d779aba066f1cb03158a0.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