diff options
author | jsing <> | 2017-03-05 14:15:53 +0000 |
---|---|---|
committer | jsing <> | 2017-03-05 14:15:53 +0000 |
commit | 09f0e9b21348ea5dac5102d84e10045c88358c5c (patch) | |
tree | 09ad9846a6a740b2c17ff4aa111fbd364bc1ebbf /src/regress/lib/libssl/Makefile | |
parent | f577988189e230bde2109492b5e88f68be9e70aa (diff) | |
download | openbsd-09f0e9b21348ea5dac5102d84e10045c88358c5c.tar.gz openbsd-09f0e9b21348ea5dac5102d84e10045c88358c5c.tar.bz2 openbsd-09f0e9b21348ea5dac5102d84e10045c88358c5c.zip |
Add an initial regress test that covers the server-side of libssl, by
providing SSL_accept() with fixed ClientHello messages.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-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 85e50ecb04..d6ee2f160a 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2017/03/05 14:15:53 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
@@ -6,6 +6,7 @@ SUBDIR= \ | |||
6 | ciphers \ | 6 | ciphers \ |
7 | client \ | 7 | client \ |
8 | pqueue \ | 8 | pqueue \ |
9 | server \ | ||
9 | ssl \ | 10 | ssl \ |
10 | unit | 11 | unit |
11 | 12 | ||