From 242be85ce01e983c269c68aa0f787f8cdbd7360b Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 23 Apr 2023 13:47:35 +0000 Subject: [PATCH] Link c2sp test to build --- regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 99c380fecd4..a757915327f 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2022/12/01 23:03:40 tb Exp $ +# $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $ SUBDIR += aead SUBDIR += aes @@ -9,6 +9,7 @@ SUBDIR += bf SUBDIR += bio SUBDIR += bn SUBDIR += CA +SUBDIR += c2sp SUBDIR += cast SUBDIR += certs SUBDIR += chacha -- 2.20.1