diff options
-rw-r--r-- | crypto/sha512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha512.c b/crypto/sha512.c index 2dfe7f170b48..15eab9db9be4 100644 --- a/crypto/sha512.c +++ b/crypto/sha512.c | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #define SHA384_DIGEST_SIZE 48 | 25 | #define SHA384_DIGEST_SIZE 48 |
26 | #define SHA512_DIGEST_SIZE 64 | 26 | #define SHA512_DIGEST_SIZE 64 |
27 | #define SHA384_HMAC_BLOCK_SIZE 96 | 27 | #define SHA384_HMAC_BLOCK_SIZE 128 |
28 | #define SHA512_HMAC_BLOCK_SIZE 128 | 28 | #define SHA512_HMAC_BLOCK_SIZE 128 |
29 | 29 | ||
30 | struct sha512_ctx { | 30 | struct sha512_ctx { |