diff options
author | tb <> | 2018-11-09 19:31:50 +0000 |
---|---|---|
committer | tb <> | 2018-11-09 19:31:50 +0000 |
commit | 6eb54fd85cccb22c327d779aba066f1cb03158a0 (patch) | |
tree | 4a716c24446ab0866b0e1f3f44e3de38efdb6a51 /src | |
parent | 14d1b12c76ae17b63d5368e647a5bca9e82fc390 (diff) | |
download | openbsd-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/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 |