diff options
author | tb <> | 2022-09-02 13:38:56 +0000 |
---|---|---|
committer | tb <> | 2022-09-02 13:38:56 +0000 |
commit | 69749703965410f8546c44805b4ddec69f047ac9 (patch) | |
tree | a1d2d2b9dc869b255bbab869369ee0d471c23d61 /src | |
parent | efe8bb137e25c9b7d9c0f58c5381af5448120a99 (diff) | |
download | openbsd-69749703965410f8546c44805b4ddec69f047ac9.tar.gz openbsd-69749703965410f8546c44805b4ddec69f047ac9.tar.bz2 openbsd-69749703965410f8546c44805b4ddec69f047ac9.zip |
Link new md test to regress.
Diffstat (limited to 'src')
-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 35137403a5..5448760a8f 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.46 2022/09/02 11:16:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.47 2022/09/02 13:38:56 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -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 += md | ||
35 | SUBDIR += md4 | 36 | SUBDIR += md4 |
36 | SUBDIR += md5 | 37 | SUBDIR += md5 |
37 | SUBDIR += objects | 38 | SUBDIR += objects |