summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 01db7a5dc7..d812cd9db9 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ 1# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -50,7 +50,6 @@ SUBDIR += sm3
50SUBDIR += sm4 50SUBDIR += sm4
51SUBDIR += symbols 51SUBDIR += symbols
52SUBDIR += utf8 52SUBDIR += utf8
53SUBDIR += whirlpool
54SUBDIR += wycheproof 53SUBDIR += wycheproof
55SUBDIR += x509 54SUBDIR += x509
56 55