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 a757915327..01ffd29227 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.52 2023/04/25 15:18:59 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -15,7 +15,6 @@ SUBDIR += certs
15SUBDIR += chacha 15SUBDIR += chacha
16SUBDIR += cms 16SUBDIR += cms
17SUBDIR += ct 17SUBDIR += ct
18SUBDIR += cts128
19SUBDIR += curve25519 18SUBDIR += curve25519
20SUBDIR += des 19SUBDIR += des
21SUBDIR += dh 20SUBDIR += dh