mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-06 13:05:39 +00:00
Remove invalid doxygen docs from deprecated func
This commit is contained in:
parent
276ebb650e
commit
7a005e2fa4
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue