diff options
author | beck <> | 2017-01-18 09:04:02 +0000 |
---|---|---|
committer | beck <> | 2017-01-18 09:04:02 +0000 |
commit | 9f24acbc23e6953e97bd437696fd2c8152fee40c (patch) | |
tree | 81a84de280ceafd49abff909bed5042d9480f561 /src | |
parent | 08551d17f2ab6a5badff90b00047d02ea600b11d (diff) | |
download | openbsd-9f24acbc23e6953e97bd437696fd2c8152fee40c.tar.gz openbsd-9f24acbc23e6953e97bd437696fd2c8152fee40c.tar.bz2 openbsd-9f24acbc23e6953e97bd437696fd2c8152fee40c.zip |
unhook ocsp test from the default since it currently requires network access and
therefore appears to break in bluhm's test setup
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 595d1094da..f4a3088c6b 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 15:09:02 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2017/01/18 09:04:02 beck Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -28,7 +28,6 @@ SUBDIR= \ | |||
28 | ige \ | 28 | ige \ |
29 | md4 \ | 29 | md4 \ |
30 | md5 \ | 30 | md5 \ |
31 | ocsp \ | ||
32 | pbkdf2 \ | 31 | pbkdf2 \ |
33 | pkcs7 \ | 32 | pkcs7 \ |
34 | poly1305 \ | 33 | poly1305 \ |