diff options
author | beck <> | 2016-07-04 23:43:30 +0000 |
---|---|---|
committer | beck <> | 2016-07-04 23:43:30 +0000 |
commit | a10ebb47986e84a40bd705767fec807aa331d337 (patch) | |
tree | 4f9d64b1b0ff0e8975c367d0007b1017cc819cf3 /src/regress/lib/libcrypto/Makefile | |
parent | 72c5fcefa0af7cca13d4df668cff9c5355cf3d95 (diff) | |
download | openbsd-a10ebb47986e84a40bd705767fec807aa331d337.tar.gz openbsd-a10ebb47986e84a40bd705767fec807aa331d337.tar.bz2 openbsd-a10ebb47986e84a40bd705767fec807aa331d337.zip |
Add a nasty little ocsp regress test in the hope pedants will make it better.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 4931d0fdd8..a82ae259ea 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.22 2015/09/25 16:12:30 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.23 2016/07/04 23:43:30 beck Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -27,6 +27,7 @@ SUBDIR= \ | |||
27 | ige \ | 27 | ige \ |
28 | md4 \ | 28 | md4 \ |
29 | md5 \ | 29 | md5 \ |
30 | ocsp \ | ||
30 | pbkdf2 \ | 31 | pbkdf2 \ |
31 | pkcs7 \ | 32 | pkcs7 \ |
32 | poly1305 \ | 33 | poly1305 \ |