commit | 15932e0cbfd25ba044f0d38b24801829de7c1884 | [log] [download] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jan 22 11:43:45 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jan 22 11:43:45 2018 +0100 |
tree | b2b65806151f2c9fae8445d72c2e5df3a927d75b | |
parent | d91f2a26cb55a0c837a4fd044706e708ffd549de [diff] |
Fix typo in deprecation statement
diff --git a/include/mbedtls/md2.h b/include/mbedtls/md2.h index 2a14b10..23145de 100644 --- a/include/mbedtls/md2.h +++ b/include/mbedtls/md2.h
@@ -220,7 +220,7 @@ /** * \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 ilen length of the input data