commit | ec5d416cb2f09642a867d330e7c6b2934c30616e | [log] [tgz] |
---|---|---|
author | Rose Zadik <rose.zadik@arm.com> | Tue Apr 17 15:55:28 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 17 15:55:28 2018 +0100 |
tree | b291a4cb703baaa464521fbe9e1bf2b9aeb881b4 | |
parent | 14d0d57c512c6286336c40aad2a15d4b32a7a736 [diff] [blame] |
Update ecdsa.h minor fix based on review comments
diff --git a/include/mbedtls/ecdsa.h b/include/mbedtls/ecdsa.h index 806c417..11df7e2 100644 --- a/include/mbedtls/ecdsa.h +++ b/include/mbedtls/ecdsa.h
@@ -238,7 +238,8 @@ * * \see ecp.h * - * \deprecated Superseded by mbedtls_ecdsa_write_signature() in 2.0.0 + * \deprecated Superseded by mbedtls_ecdsa_write_signature() in + * Mbed TLS version 2.0 and later. * * \param ctx The ECDSA context. * \param hash The message hash.