diff options
author | jsing <> | 2024-10-02 14:50:58 +0000 |
---|---|---|
committer | jsing <> | 2024-10-02 14:50:58 +0000 |
commit | 10b5c4cc1cde1973a4685ce3adb17001d048711d (patch) | |
tree | 898d8c55fdf451d6b802894e6aeeb6ef0385e382 | |
parent | 9d9b046e65d1d9f6842cbdd453748428be3fea57 (diff) | |
download | openbsd-10b5c4cc1cde1973a4685ce3adb17001d048711d.tar.gz openbsd-10b5c4cc1cde1973a4685ce3adb17001d048711d.tar.bz2 openbsd-10b5c4cc1cde1973a4685ce3adb17001d048711d.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 |