summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2017-01-18 09:04:02 +0000
committerbeck <>2017-01-18 09:04:02 +0000
commit27b0d04e2cbfd03a069001c148174ffc2d04016b (patch)
tree81a84de280ceafd49abff909bed5042d9480f561 /src
parent8fe2e6eace7bef30dafce2dfb7df8ca4fbdb46b2 (diff)
downloadopenbsd-27b0d04e2cbfd03a069001c148174ffc2d04016b.tar.gz
openbsd-27b0d04e2cbfd03a069001c148174ffc2d04016b.tar.bz2
openbsd-27b0d04e2cbfd03a069001c148174ffc2d04016b.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/Makefile3
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
3SUBDIR= \ 3SUBDIR= \
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 \