summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-23 13:47:35 +0000
committertb <>2023-04-23 13:47:35 +0000
commit5d0fb0a3b399cdb9927197b45197d09e37ca223f (patch)
treeaa3a2a2f4dfe20ecc3cdcfc469dcac1b908d9f28 /src
parente0170f8a4e83f5afc4e0b30f2a206b7ebb402434 (diff)
downloadopenbsd-5d0fb0a3b399cdb9927197b45197d09e37ca223f.tar.gz
openbsd-5d0fb0a3b399cdb9927197b45197d09e37ca223f.tar.bz2
openbsd-5d0fb0a3b399cdb9927197b45197d09e37ca223f.zip
Link c2sp test to build
Diffstat (limited to 'src')
-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 99c380fecd..a757915327 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.50 2022/12/01 23:03:40 tb Exp $ 1# $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -9,6 +9,7 @@ SUBDIR += bf
9SUBDIR += bio 9SUBDIR += bio
10SUBDIR += bn 10SUBDIR += bn
11SUBDIR += CA 11SUBDIR += CA
12SUBDIR += c2sp
12SUBDIR += cast 13SUBDIR += cast
13SUBDIR += certs 14SUBDIR += certs
14SUBDIR += chacha 15SUBDIR += chacha