aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-07-20 01:51:05 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-07-20 01:51:05 +0000
commite236f904b2b9eb96406ca63a3fa7ab91c6ed6ee6 (patch)
treeee9d5df7e7cc3f23dc10585848405876cecb9575 /tools
parent07b953332615460f4957287951e3e37ef2b64e08 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/crypto/cryptocheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/crypto/cryptocheck.c b/tools/tools/crypto/cryptocheck.c
index fa3459734c658..c8a1be69a3aa6 100644
--- a/tools/tools/crypto/cryptocheck.c
+++ b/tools/tools/crypto/cryptocheck.c
@@ -155,9 +155,9 @@ struct alg {
.evp_md = EVP_sha384 },
{ .name = "sha512hmac", .mac = CRYPTO_SHA2_512_HMAC, .type = T_HMAC,
.evp_md = EVP_sha512 },
- { .name = "blake2b", .mac = CRYPTO_BLAKE2B, .type = T_HMAC,
+ { .name = "blake2b", .mac = CRYPTO_BLAKE2B, .type = T_HASH,
.evp_md = EVP_blake2b512 },
- { .name = "blake2s", .mac = CRYPTO_BLAKE2S, .type = T_HMAC,
+ { .name = "blake2s", .mac = CRYPTO_BLAKE2S, .type = T_HASH,
.evp_md = EVP_blake2s256 },
{ .name = "aes-cbc", .cipher = CRYPTO_AES_CBC, .type = T_BLKCIPHER,
.evp_cipher = EVP_aes_128_cbc },