Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Mar 21, 2024
1 parent eeaf7c6 commit 742811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/cipher_extra/tls_cbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ int EVP_final_with_secret_suffix_sha384(SHA512_CTX *ctx,
// * 16 == 128 bits for the message length
// * 1 byte to cover padding bit.
// * SHA384_CBLOCK == 1024 bits the padded message length that we should have
// a multiple of. The paddeding added will be less then this value.
// a multiple of. The padding added will be less then this value.
// * 7 is the how much we shift right (divide) by 128 bytes (1024 bits) to
// get the total number of blocks.

Expand Down

0 comments on commit 742811b

Please sign in to comment.