diff options
author | tb <> | 2023-04-25 15:18:59 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 15:18:59 +0000 |
commit | 67b4618ddc6e874f67fbfe29878a62e5935bd317 (patch) | |
tree | 12dace4d8003ff98747c9d1c14e5ade6610fd32e | |
parent | b49fee48429ded1837626a923076c47af5d25dd7 (diff) | |
download | openbsd-67b4618ddc6e874f67fbfe29878a62e5935bd317.tar.gz openbsd-67b4618ddc6e874f67fbfe29878a62e5935bd317.tar.bz2 openbsd-67b4618ddc6e874f67fbfe29878a62e5935bd317.zip |
CTS support will go away, so unhook corresponding regress
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index a757915327..01ffd29227 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2023/04/25 15:18:59 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -15,7 +15,6 @@ SUBDIR += certs | |||
15 | SUBDIR += chacha | 15 | SUBDIR += chacha |
16 | SUBDIR += cms | 16 | SUBDIR += cms |
17 | SUBDIR += ct | 17 | SUBDIR += ct |
18 | SUBDIR += cts128 | ||
19 | SUBDIR += curve25519 | 18 | SUBDIR += curve25519 |
20 | SUBDIR += des | 19 | SUBDIR += des |
21 | SUBDIR += dh | 20 | SUBDIR += dh |