1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-06 19:29:29 +03:00

Remove unwanted whitespace in MD comments

This commit is contained in:
Andres Amaya Garcia
2017-07-20 14:01:08 +01:00
parent f01a644aac
commit a21247ead7
7 changed files with 28 additions and 28 deletions

View File

@@ -94,7 +94,7 @@ int mbedtls_sha512_starts_ext( mbedtls_sha512_context *ctx, int is384 );
* \brief SHA-512 process buffer
*
* \param ctx SHA-512 context
* \param input buffer holding the data
* \param input buffer holding the data
* \param ilen length of the input data
*
* \return 0 if successful
@@ -152,7 +152,7 @@ MBEDTLS_DEPRECATED static inline void mbedtls_sha512_starts(
* \deprecated Superseded by mbedtls_sha512_update_ext() in 2.5.0
*
* \param ctx SHA-512 context
* \param input buffer holding the data
* \param input buffer holding the data
* \param ilen length of the input data
*/
MBEDTLS_DEPRECATED static inline void mbedtls_sha512_update(
@@ -211,7 +211,7 @@ extern "C" {
/**
* \brief Output = SHA-512( input buffer )
*
* \param input buffer holding the data
* \param input buffer holding the data
* \param ilen length of the input data
* \param output SHA-384/512 checksum result
* \param is384 0 = use SHA512, 1 = use SHA384
@@ -234,7 +234,7 @@ int mbedtls_sha512_ext( const unsigned char *input,
*
* \deprecated Superseded by mbedtls_sha512_ext() in 2.5.0
*
* \param input buffer holding the data
* \param input buffer holding the data
* \param ilen length of the input data
* \param output SHA-384/512 checksum result
* \param is384 0 = use SHA512, 1 = use SHA384