From 6f61cb50c5d809173dc6eb8904da7a8beed65a24 Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Fri, 21 Sep 2012 17:14:59 +0000 Subject: Doxygen Updates - janitor work Doxygen updates including mistakes, misspellings, missing parameters, updates for Doxygen style. Some missing txt file links are removed but their content or essense will be included in some later updates. A majority of the txt files were removed in the 1.6 era but never noted. The HR and EXTREF are simple changes that make the documentation more compatable with more versions of Doxygen. Further updates coming. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373330 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/sha1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/sha1.c') diff --git a/main/sha1.c b/main/sha1.c index 41ec2f025..97bd2dd87 100644 --- a/main/sha1.c +++ b/main/sha1.c @@ -336,7 +336,7 @@ static void SHA1ProcessMessageBlock(SHA1Context *context) /*! * \brief This helper function finishes off the digest calculations. * \param context [in/out] The context to pad. - * \param Pad_byte [in] The last byte to add to the message block + * \param Pad_Byte [in] The last byte to add to the message block * before the 0-padding and length. This will contain the last * bits of the message followed by another single bit. If the * message was an exact multiple of 8-bits long, Pad_Byte will @@ -359,7 +359,7 @@ static void SHA1Finalize(SHA1Context * context, uint8_t Pad_Byte) /*! * \brief Pad message to be 512 bits. * \param context [in/out] The context to pad. - * \param Pad_byte [in] Last padding byte. + * \param Pad_Byte [in] Last padding byte. * * According to the standard, the message must be padded to the next * even multiple of 512 bits. The first padding bit must be a '1'. -- cgit v1.2.3