diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:19:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:19:00 +0000 |
commit | 42c8c86652f51adaf9312d368ebe2f87953a2851 (patch) | |
tree | b4ca90ccbbff17fa6700dda45338aa60226a1190 | |
parent | 0125897f9c9d1e7defc76426166860d41cf18b02 (diff) |
CTS support will go away, so unhook corresponding regress
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index a757915327f..01ffd292273 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $ +# $OpenBSD: Makefile,v 1.52 2023/04/25 15:18:59 tb Exp $ SUBDIR += aead SUBDIR += aes @@ -15,7 +15,6 @@ SUBDIR += certs SUBDIR += chacha SUBDIR += cms SUBDIR += ct -SUBDIR += cts128 SUBDIR += curve25519 SUBDIR += des SUBDIR += dh |