diff options
| author | joshua <> | 2024-03-29 07:13:38 +0000 |
|---|---|---|
| committer | joshua <> | 2024-03-29 07:13:38 +0000 |
| commit | 4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07 (patch) | |
| tree | 84d6ba652ef74865d856e75c4f25b8505f4eacf0 /src/regress/lib/libcrypto/Makefile | |
| parent | 4ec549c6565a669978a6935c82214593858df970 (diff) | |
| download | openbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.tar.gz openbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.tar.bz2 openbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.zip | |
Add table-driven Whirlpool tests
ok tb
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
| -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 32147fd48e..871ae2093a 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.55 2024/03/28 06:45:36 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += aead | 3 | SUBDIR += aead |
| 4 | SUBDIR += aes | 4 | SUBDIR += aes |
| @@ -48,6 +48,7 @@ SUBDIR += sm3 | |||
| 48 | SUBDIR += sm4 | 48 | SUBDIR += sm4 |
| 49 | SUBDIR += symbols | 49 | SUBDIR += symbols |
| 50 | SUBDIR += utf8 | 50 | SUBDIR += utf8 |
| 51 | SUBDIR += whirlpool | ||
| 51 | SUBDIR += wycheproof | 52 | SUBDIR += wycheproof |
| 52 | SUBDIR += x509 | 53 | SUBDIR += x509 |
| 53 | 54 | ||
