Fix comment formatting to pacify check-names.sh

This commit is contained in:
Gilles Peskine 2018-04-18 16:05:29 +02:00
parent 92d66b88ae
commit 2e1934ac0c

View File

@ -286,7 +286,7 @@ int mbedtls_sha1_ret( const unsigned char *input,
#define MBEDTLS_DEPRECATED #define MBEDTLS_DEPRECATED
#endif #endif
/** /**
* \brief This function calculates the SHA-1 checksum of a buffer. * \brief This function calculates the SHA-1 checksum of a buffer.
* *
* The function allocates the context, performs the * The function allocates the context, performs the
* calculation, and frees the context. * calculation, and frees the context.