diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-02 13:38:57 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-02 13:38:57 +0000 |
commit | 9cf70f62a6920d407537a4dbdf018551cde1f241 (patch) | |
tree | 8de29c6a18f502faa9062da682ddb8731e001383 /regress | |
parent | a42215f209064ad910ff9d935dd9e8472f79e584 (diff) |
Link new md test to regress.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 35137403a56..5448760a8f4 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2022/09/02 11:16:03 tb Exp $ +# $OpenBSD: Makefile,v 1.47 2022/09/02 13:38:56 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -32,6 +32,7 @@ SUBDIR += hmac SUBDIR += idea SUBDIR += ige SUBDIR += init +SUBDIR += md SUBDIR += md4 SUBDIR += md5 SUBDIR += objects |