summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-04-25 14:27:29 +0000
committerjsing <>2024-04-25 14:27:29 +0000
commitca0fe8f185409e6836f916bc4d089a28fd7dcacd (patch)
tree12d4ad4550c67dcdfdb5a9d13f31fc75b3b736c0 /src/regress/lib/libcrypto/Makefile
parent1482953237b86102ff8d87d94ffb73bec3c15f91 (diff)
downloadopenbsd-ca0fe8f185409e6836f916bc4d089a28fd7dcacd.tar.gz
openbsd-ca0fe8f185409e6836f916bc4d089a28fd7dcacd.tar.bz2
openbsd-ca0fe8f185409e6836f916bc4d089a28fd7dcacd.zip
Add regress coverage for crypto_ct_*_u8()
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ 1# $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -14,6 +14,7 @@ SUBDIR += cast
14SUBDIR += certs 14SUBDIR += certs
15SUBDIR += chacha 15SUBDIR += chacha
16SUBDIR += cms 16SUBDIR += cms
17SUBDIR += crypto
17SUBDIR += ct 18SUBDIR += ct
18SUBDIR += curve25519 19SUBDIR += curve25519
19SUBDIR += des 20SUBDIR += des