From fbe6c87e623322a7e26e3310e0a981e7449167e8 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Jan 2020 16:09:05 +0000 Subject: Actually disable cipher interop tests. --- src/regress/lib/libssl/interop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.7 2020/01/25 16:08:25 jsing Exp $ +# $OpenBSD: Makefile,v 1.8 2020/01/25 16:09:05 jsing Exp $ SUBDIR = libressl openssl openssl11 # the above binaries must have been built before we can continue -#SUBDIR += cert -SUBDIR += cipher +SUBDIR += cert +#SUBDIR += cipher SUBDIR += netcat SUBDIR += session -- cgit v1.2.3-55-g6feb