diff options
author | tb <> | 2023-04-23 13:47:35 +0000 |
---|---|---|
committer | tb <> | 2023-04-23 13:47:35 +0000 |
commit | 5d0fb0a3b399cdb9927197b45197d09e37ca223f (patch) | |
tree | aa3a2a2f4dfe20ecc3cdcfc469dcac1b908d9f28 /src | |
parent | e0170f8a4e83f5afc4e0b30f2a206b7ebb402434 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -9,6 +9,7 @@ SUBDIR += bf | |||
9 | SUBDIR += bio | 9 | SUBDIR += bio |
10 | SUBDIR += bn | 10 | SUBDIR += bn |
11 | SUBDIR += CA | 11 | SUBDIR += CA |
12 | SUBDIR += c2sp | ||
12 | SUBDIR += cast | 13 | SUBDIR += cast |
13 | SUBDIR += certs | 14 | SUBDIR += certs |
14 | SUBDIR += chacha | 15 | SUBDIR += chacha |