mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 06:42:57 +00:00
Remove invalid doxygen docs from deprecated func
This commit is contained in:
@@ -225,8 +225,6 @@ int mbedtls_md2_ext( const unsigned char *input,
|
|||||||
* \param input buffer holding the data
|
* \param input buffer holding the data
|
||||||
* \param ilen length of the input data
|
* \param ilen length of the input data
|
||||||
* \param output MD2 checksum result
|
* \param output MD2 checksum result
|
||||||
*
|
|
||||||
* \return 0 if successful
|
|
||||||
*/
|
*/
|
||||||
MBEDTLS_DEPRECATED static inline void mbedtls_md2( const unsigned char *input,
|
MBEDTLS_DEPRECATED static inline void mbedtls_md2( const unsigned char *input,
|
||||||
size_t ilen,
|
size_t ilen,
|
||||||
|
|||||||
Reference in New Issue
Block a user