summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2024-10-02 14:50:58 +0000
committerjsing <>2024-10-02 14:50:58 +0000
commit995c61007f2252e2f96eb7e6b8862f523464dedc (patch)
tree898d8c55fdf451d6b802894e6aeeb6ef0385e382
parente147a56192d185970d03166257112bcdee324029 (diff)
downloadopenbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.tar.gz
openbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.tar.bz2
openbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.zip
Hook up the err regress.
-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