diff options
author | jsing <> | 2024-05-06 14:37:26 +0000 |
---|---|---|
committer | jsing <> | 2024-05-06 14:37:26 +0000 |
commit | ff2df1d6bfe1ae14b64d53e08ffd5fc5bb834090 (patch) | |
tree | 717c1ea59101905e6ede5a5021b76fe0d8ea83e0 | |
parent | d45b716825a1d5fe9ecacfa6604c73bbbb7271c8 (diff) | |
download | openbsd-ff2df1d6bfe1ae14b64d53e08ffd5fc5bb834090.tar.gz openbsd-ff2df1d6bfe1ae14b64d53e08ffd5fc5bb834090.tar.bz2 openbsd-ff2df1d6bfe1ae14b64d53e08ffd5fc5bb834090.zip |
Enable lhash 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 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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -32,6 +32,7 @@ SUBDIR += hmac | |||
32 | SUBDIR += idea | 32 | SUBDIR += idea |
33 | SUBDIR += ige | 33 | SUBDIR += ige |
34 | SUBDIR += init | 34 | SUBDIR += init |
35 | SUBDIR += lhash | ||
35 | SUBDIR += md | 36 | SUBDIR += md |
36 | SUBDIR += objects | 37 | SUBDIR += objects |
37 | SUBDIR += pbkdf2 | 38 | SUBDIR += pbkdf2 |