From ca0fe8f185409e6836f916bc4d089a28fd7dcacd Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 25 Apr 2024 14:27:29 +0000 Subject: Add regress coverage for crypto_ct_*_u8() --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/Makefile') diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 871ae2093a..ffe08d04bd 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ +# $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $ SUBDIR += aead SUBDIR += aes @@ -14,6 +14,7 @@ SUBDIR += cast SUBDIR += certs SUBDIR += chacha SUBDIR += cms +SUBDIR += crypto SUBDIR += ct SUBDIR += curve25519 SUBDIR += des -- cgit v1.2.3-55-g6feb