diff options
author | jsing <> | 2020-01-25 16:09:05 +0000 |
---|---|---|
committer | jsing <> | 2020-01-25 16:09:05 +0000 |
commit | 2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f (patch) | |
tree | f5936de4f1b179437ceca7445ddf54e7d79bf9a2 /src | |
parent | 56946132136f68c15473210cddc908c241274b83 (diff) | |
download | openbsd-2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f.tar.gz openbsd-2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f.tar.bz2 openbsd-2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f.zip |
Actually disable cipher interop tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 6 |
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 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = 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 | 6 | SUBDIR += cert |
7 | SUBDIR += cipher | 7 | #SUBDIR += cipher |
8 | SUBDIR += netcat | 8 | SUBDIR += netcat |
9 | SUBDIR += session | 9 | SUBDIR += session |
10 | 10 | ||