X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=crypto%2Fsha512.c;h=c957481ef8c2d496bd1257985a5cce8f47985f64;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=3e6e9392310c0fe94adaebc9632de37089f0d87e;hpb=e6a27dba1cf83d871b2dfcd64f04f12a67e3f4d5;p=linux-2.6.git diff --git a/crypto/sha512.c b/crypto/sha512.c index 3e6e93923..c957481ef 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 {