summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ffe08d04bd..01db7a5dc7 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $ 1# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -32,6 +32,7 @@ SUBDIR += hmac
32SUBDIR += idea 32SUBDIR += idea
33SUBDIR += ige 33SUBDIR += ige
34SUBDIR += init 34SUBDIR += init
35SUBDIR += lhash
35SUBDIR += md 36SUBDIR += md
36SUBDIR += objects 37SUBDIR += objects
37SUBDIR += pbkdf2 38SUBDIR += pbkdf2