diff options
author | tb <> | 2019-01-20 06:50:26 +0000 |
---|---|---|
committer | tb <> | 2019-01-20 06:50:26 +0000 |
commit | 64b3f74c4f83388e7209fc3cfcb421829ed07533 (patch) | |
tree | 5467527c09dd8f6fe07bc47e1ccf134f998fa129 /src | |
parent | f29bd5bc9ace612445a36458f6162c4f61f86b68 (diff) | |
download | openbsd-64b3f74c4f83388e7209fc3cfcb421829ed07533.tar.gz openbsd-64b3f74c4f83388e7209fc3cfcb421829ed07533.tar.bz2 openbsd-64b3f74c4f83388e7209fc3cfcb421829ed07533.zip |
hook handshake test
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index c6475095ec..0096a9fd87 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.34 2019/01/19 02:57:21 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.35 2019/01/20 06:50:26 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
5 | SUBDIR += bytestring | 5 | SUBDIR += bytestring |
6 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
7 | SUBDIR += client | 7 | SUBDIR += client |
8 | SUBDIR += handshake | ||
8 | SUBDIR += pqueue | 9 | SUBDIR += pqueue |
9 | SUBDIR += record | 10 | SUBDIR += record |
10 | SUBDIR += server | 11 | SUBDIR += server |