diff options
author | jsing <> | 2024-10-02 14:50:58 +0000 |
---|---|---|
committer | jsing <> | 2024-10-02 14:50:58 +0000 |
commit | 995c61007f2252e2f96eb7e6b8862f523464dedc (patch) | |
tree | 898d8c55fdf451d6b802894e6aeeb6ef0385e382 | |
parent | e147a56192d185970d03166257112bcdee324029 (diff) | |
download | openbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.tar.gz openbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.tar.bz2 openbsd-995c61007f2252e2f96eb7e6b8862f523464dedc.zip |
Hook up the err regress.
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -23,6 +23,7 @@ SUBDIR += dsa | |||
23 | SUBDIR += ec | 23 | SUBDIR += ec |
24 | SUBDIR += ecdh | 24 | SUBDIR += ecdh |
25 | SUBDIR += ecdsa | 25 | SUBDIR += ecdsa |
26 | SUBDIR += err | ||
26 | SUBDIR += evp | 27 | SUBDIR += evp |
27 | SUBDIR += exdata | 28 | SUBDIR += exdata |
28 | SUBDIR += free | 29 | SUBDIR += free |