summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d812cd9db9..3874698531 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $ 1# $OpenBSD: Makefile,v 1.60 2024/10/02 14:50:58 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -23,6 +23,7 @@ SUBDIR += dsa
23SUBDIR += ec 23SUBDIR += ec
24SUBDIR += ecdh 24SUBDIR += ecdh
25SUBDIR += ecdsa 25SUBDIR += ecdsa
26SUBDIR += err
26SUBDIR += evp 27SUBDIR += evp
27SUBDIR += exdata 28SUBDIR += exdata
28SUBDIR += free 29SUBDIR += free