diff --git a/tests/include/test/helpers.h b/tests/include/test/helpers.h index 0d97e80e55..787b96ab09 100644 --- a/tests/include/test/helpers.h +++ b/tests/include/test/helpers.h @@ -379,7 +379,6 @@ void mbedtls_test_err_add_check( int high, int low, * * \return \c 0 on success, an \c MBEDTLS_ERR_MPI_xxx error code otherwise. */ -/* Since the library has exactly the desired behavior, this is trivial. */ int mbedtls_test_read_mpi( mbedtls_mpi *X, const char *s ); #endif /* MBEDTLS_BIGNUM_C */