diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/Makefile')
-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 2f6b165ae6..72dc87b5c2 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2023/01/27 08:28:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2023/02/01 14:39:09 tb Exp $ |
2 | 2 | ||
3 | SUBDIR = libressl openssl openssl11 openssl30 | 3 | SUBDIR = libressl openssl11 openssl30 |
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 += netcat | 6 | SUBDIR += netcat |
@@ -10,7 +10,7 @@ SUBDIR += botan | |||
10 | # What is below takes a long time. | 10 | # What is below takes a long time. |
11 | # setting REGRESS_SKIP_SLOW to "yes" in mk.conf | 11 | # setting REGRESS_SKIP_SLOW to "yes" in mk.conf |
12 | # will skip the tests that do not test libressl | 12 | # will skip the tests that do not test libressl |
13 | # but do things like test openssl to openssl11 | 13 | # but do things like test openssl11 to openssl30 |
14 | SUBDIR += version | 14 | SUBDIR += version |
15 | SUBDIR += cipher | 15 | SUBDIR += cipher |
16 | # This takes a really long time. | 16 | # This takes a really long time. |