diff options
| author | tb <> | 2022-09-01 14:03:29 +0000 |
|---|---|---|
| committer | tb <> | 2022-09-01 14:03:29 +0000 |
| commit | ac27107dc08e1a8f80dc38b5a21afc0c5a04647b (patch) | |
| tree | f44af76e2dff1a881c6f212141f5a57939980521 /src | |
| parent | 417dc23b15637ca641e7348e6df5c6febfa238cf (diff) | |
| download | openbsd-ac27107dc08e1a8f80dc38b5a21afc0c5a04647b.tar.gz openbsd-ac27107dc08e1a8f80dc38b5a21afc0c5a04647b.tar.bz2 openbsd-ac27107dc08e1a8f80dc38b5a21afc0c5a04647b.zip | |
Link sha 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 c98dc2dc5c..319044c267 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.44 2022/06/28 15:46:07 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.45 2022/09/01 14:03:29 tb Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += aead | 3 | SUBDIR += aead |
| 4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
| @@ -44,6 +44,7 @@ SUBDIR += rc2 | |||
| 44 | SUBDIR += rc4 | 44 | SUBDIR += rc4 |
| 45 | SUBDIR += rmd | 45 | SUBDIR += rmd |
| 46 | SUBDIR += rsa | 46 | SUBDIR += rsa |
| 47 | SUBDIR += sha | ||
| 47 | SUBDIR += sha1 | 48 | SUBDIR += sha1 |
| 48 | SUBDIR += sha2 | 49 | SUBDIR += sha2 |
| 49 | SUBDIR += sha256 | 50 | SUBDIR += sha256 |
