diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-09 19:31:51 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-09 19:31:51 +0000 |
commit | 324d5823e179f5b5e5ab46f8ea167c60c18893b8 (patch) | |
tree | 07e491c8a33e969b1763f2003fbda1e7c3995cfe /regress/lib/libssl | |
parent | d1c81b5a5d83ecf6b9e740c5ffb3075ff8bc5dce (diff) |
remove the not yet implemented "handshake" subdirectory
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/Makefile | 3 |
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 |