Don't promise that passing a NULL to mbedtls_mpi_read_string works
diff --git a/include/mbedtls/bignum.h b/include/mbedtls/bignum.h
index e0c863f..d3337d2 100644
--- a/include/mbedtls/bignum.h
+++ b/include/mbedtls/bignum.h
@@ -412,8 +412,7 @@
  * \param X        The source MPI. This must point to an initialized MPI.
  * \param radix    The numeric base of the output string.
  * \param buf      The buffer to write the string to. This must be writable
- *                 buffer of length \p buflen Bytes. It May be \c NULL if
- *                 `buflen == 0`.
+ *                 buffer of length \p buflen Bytes.
  * \param buflen   The available size in Bytes of \p buf.
  * \param olen     The address at which to store the length of the string
  *                 written, including the  final \c NULL byte. This must