X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fsha512.c;h=15eab9db9be410dfe12d990b4bdc2b417e798050;hb=fba2afaaec790dc5ab4ae8827972f342211bbb86;hp=2dfe7f170b4893bc6b5bdf5870c9ac3b77b89c9d;hpb=55b4d6a52195a8f277ffddf755ddaff359878f41;p=linux-2.6-omap-h63xx.git diff --git a/crypto/sha512.c b/crypto/sha512.c index 2dfe7f170b4..15eab9db9be 100644 --- a/crypto/sha512.c +++ b/crypto/sha512.c @@ -24,7 +24,7 @@ #define SHA384_DIGEST_SIZE 48 #define SHA512_DIGEST_SIZE 64 -#define SHA384_HMAC_BLOCK_SIZE 96 +#define SHA384_HMAC_BLOCK_SIZE 128 #define SHA512_HMAC_BLOCK_SIZE 128 struct sha512_ctx {