1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

make cryptotest compile after the latest changes to cryptodev.h

This commit is contained in:
Michael Reifenberger 2006-05-24 15:40:46 +00:00
parent 336b293c8f
commit 8f0e86eb29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158886

View File

@ -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