diff options
author | jsing <> | 2014-07-13 16:03:54 +0000 |
---|---|---|
committer | jsing <> | 2014-07-13 16:03:54 +0000 |
commit | 7c66bf9aace0e4e984adb6c390fb27845e3c35c9 (patch) | |
tree | 83aab899fccb714ab91f2527a38315a42f0ff382 /src/regress/lib/libssl/Makefile | |
parent | 6e4dfa23733fddf37830d1039cf31a2ffb86bdaf (diff) | |
download | openbsd-7c66bf9aace0e4e984adb6c390fb27845e3c35c9.tar.gz openbsd-7c66bf9aace0e4e984adb6c390fb27845e3c35c9.tar.bz2 openbsd-7c66bf9aace0e4e984adb6c390fb27845e3c35c9.zip |
Add a regress test for the ASN1 handling of SSL session tickets.
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 bbb93fee50..00bc860d8e 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.18 2014/05/24 14:56:32 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2014/07/13 16:03:54 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | ||
4 | ssl | 5 | ssl |
5 | 6 | ||
6 | install: | 7 | install: |