diff options
author | jsing <> | 2019-01-17 06:46:10 +0000 |
---|---|---|
committer | jsing <> | 2019-01-17 06:46:10 +0000 |
commit | 154e80a0b5a0c3c4a9d3390a220e96f0f8c36aab (patch) | |
tree | f511d92b8435288aa4c04f27e021d1ccac6c1a6d /src/regress/lib/libssl/Makefile | |
parent | 82b2a8d8237a63124493a39742b98ea95d36d13a (diff) | |
download | openbsd-154e80a0b5a0c3c4a9d3390a220e96f0f8c36aab.tar.gz openbsd-154e80a0b5a0c3c4a9d3390a220e96f0f8c36aab.tar.bz2 openbsd-154e80a0b5a0c3c4a9d3390a220e96f0f8c36aab.zip |
Add regress for extensible buffer code.
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 b1caac9284..2f092cc14e 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.32 2018/11/10 08:35:43 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.33 2019/01/17 06:46:10 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | ||
4 | SUBDIR += bytestring | 5 | SUBDIR += bytestring |
5 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
6 | SUBDIR += client | 7 | SUBDIR += client |