summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2018-11-09 19:31:50 +0000
committertb <tb@openbsd.org>2018-11-09 19:31:50 +0000
commitdd16bb716af78f523b36c2232f13d4514caa6583 (patch)
tree085b2732bb068892a6133bf722ef6f1be6f74183
parentAdd subdirectires with SUBDIR += instead of a single assignment with (diff)
downloadwireguard-openbsd-dd16bb716af78f523b36c2232f13d4514caa6583.tar.xz
wireguard-openbsd-dd16bb716af78f523b36c2232f13d4514caa6583.zip
remove the not yet implemented "handshake" subdirectory
-rw-r--r--regress/lib/libssl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile
index 7fabb634768..ccff27278b2 100644
--- a/regress/lib/libssl/Makefile
+++ b/regress/lib/libssl/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.29 2018/11/09 19:24:50 tb Exp $
+# $OpenBSD: Makefile,v 1.30 2018/11/09 19:31:50 tb Exp $
SUBDIR += asn1
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
-SUBDIR += handshake
SUBDIR += interop
SUBDIR += pqueue
SUBDIR += server