diff options
author | tb <> | 2018-11-09 19:31:50 +0000 |
---|---|---|
committer | tb <> | 2018-11-09 19:31:50 +0000 |
commit | d2fe8ed782f8ef53d8ea2616c5820064884d2420 (patch) | |
tree | 4a716c24446ab0866b0e1f3f44e3de38efdb6a51 /src | |
parent | 8d083224a40f4592475938948762e170253919f6 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += bytestring | 4 | SUBDIR += bytestring |
5 | SUBDIR += ciphers | 5 | SUBDIR += ciphers |
6 | SUBDIR += client | 6 | SUBDIR += client |
7 | SUBDIR += handshake | ||
8 | SUBDIR += interop | 7 | SUBDIR += interop |
9 | SUBDIR += pqueue | 8 | SUBDIR += pqueue |
10 | SUBDIR += server | 9 | SUBDIR += server |