Remove imprecise clause from documenting comment

This commit is contained in:
k-stachowiak 2018-12-19 16:52:33 +01:00
parent 95070a8286
commit e4b8d28ca7

View File

@ -401,7 +401,7 @@ void mbedtls_cipher_free( mbedtls_cipher_context_t *ctx );
* the structure.
*
* \param ctx The context to initialize. This must be initialized.
* \param cipher_info The cipher to use. This may not be \c NULL.
* \param cipher_info The cipher to use.
*
* \return \c 0 on success.
* \return #MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA on