summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-01-25 16:09:05 +0000
committerjsing <>2020-01-25 16:09:05 +0000
commitfbe6c87e623322a7e26e3310e0a981e7449167e8 (patch)
treef5936de4f1b179437ceca7445ddf54e7d79bf9a2
parentaf5af6f40719233968c6eba723cb2413992bf0a5 (diff)
downloadopenbsd-fbe6c87e623322a7e26e3310e0a981e7449167e8.tar.gz
openbsd-fbe6c87e623322a7e26e3310e0a981e7449167e8.tar.bz2
openbsd-fbe6c87e623322a7e26e3310e0a981e7449167e8.zip
Actually disable cipher interop tests.
-rw-r--r--src/regress/lib/libssl/interop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile
index 0754380d50..68497055e3 100644
--- a/src/regress/lib/libssl/interop/Makefile
+++ b/src/regress/lib/libssl/interop/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.7 2020/01/25 16:08:25 jsing Exp $ 1# $OpenBSD: Makefile,v 1.8 2020/01/25 16:09:05 jsing Exp $
2 2
3SUBDIR = libressl openssl openssl11 3SUBDIR = libressl openssl openssl11
4 4
5# the above binaries must have been built before we can continue 5# the above binaries must have been built before we can continue
6#SUBDIR += cert 6SUBDIR += cert
7SUBDIR += cipher 7#SUBDIR += cipher
8SUBDIR += netcat 8SUBDIR += netcat
9SUBDIR += session 9SUBDIR += session
10 10