Fix typo in deprecation statement

This commit is contained in:
Gilles Peskine 2018-01-22 11:43:45 +01:00
parent d91f2a26cb
commit 15932e0cbf

View file

@ -220,7 +220,7 @@ int mbedtls_md2_ext( const unsigned char *input,
/** /**
* \brief Output = MD2( input buffer ) * \brief Output = MD2( input buffer )
* *
* \deprecated Superseded by mbedtls_md2() in 2.5.0 * \deprecated Superseded by mbedtls_md2_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 ilen length of the input data