summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2006-05-24 15:40:46 +0000
committermr <mr@FreeBSD.org>2006-05-24 15:40:46 +0000
commit8ebe6e7a45bb38a79c0cc88d1d039d1965276320 (patch)
tree32a292f06a963a9bc5efb96f82477cfce5c38c3f /tools
parente81575670663b808a7add1e406d401f0ead86fbb (diff)
downloadFreeBSD-src-8ebe6e7a45bb38a79c0cc88d1d039d1965276320.zip
FreeBSD-src-8ebe6e7a45bb38a79c0cc88d1d039d1965276320.tar.gz
make cryptotest compile after the latest changes to cryptodev.h
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/crypto/cryptotest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/crypto/cryptotest.c b/tools/tools/crypto/cryptotest.c
index 2b9540b..c7e0157 100644
--- a/tools/tools/crypto/cryptotest.c
+++ b/tools/tools/crypto/cryptotest.c
@@ -131,9 +131,9 @@ struct alg {
#endif
{ "md5", 1, 8, 16, 16, CRYPTO_MD5_HMAC },
{ "sha1", 1, 8, 20, 20, CRYPTO_SHA1_HMAC },
- { "sha256", 1, 8, 32, 32, CRYPTO_SHA2_HMAC },
- { "sha384", 1, 8, 48, 48, CRYPTO_SHA2_HMAC },
- { "sha512", 1, 8, 64, 64, CRYPTO_SHA2_HMAC },
+ { "sha256", 1, 8, 32, 32, CRYPTO_SHA2_256_HMAC },
+ { "sha384", 1, 8, 48, 48, CRYPTO_SHA2_384_HMAC },
+ { "sha512", 1, 8, 64, 64, CRYPTO_SHA2_512_HMAC },
};
static void
OpenPOWER on IntegriCloud