diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-02 11:16:04 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-02 11:16:04 +0000 |
commit | 5cb83ef983227a2c59303759df101f454a301f47 (patch) | |
tree | 5503acc14db289790f6ea9e032f28e33e2279c17 /regress | |
parent | 07eddfe088320a6bab804bfc3863a6c00e490dd5 (diff) |
Unhook old SHA tests
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 319044c267e..35137403a56 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2022/09/01 14:03:29 tb Exp $ +# $OpenBSD: Makefile,v 1.46 2022/09/02 11:16:03 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -45,10 +45,7 @@ SUBDIR += rc4 SUBDIR += rmd SUBDIR += rsa SUBDIR += sha -SUBDIR += sha1 SUBDIR += sha2 -SUBDIR += sha256 -SUBDIR += sha512 SUBDIR += sm3 SUBDIR += sm4 SUBDIR += symbols |