Add space to appease doxygen bug

See doxygen/doxygen#8706

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2023-03-16 18:00:36 +00:00
parent 4a060ffa59
commit d855b4680d
+1 -1
View File
@@ -1005,7 +1005,7 @@ int mbedtls_mpi_inv_mod(mbedtls_mpi *X, const mbedtls_mpi *A,
* This must point to an initialized MPI.
* \param rounds The number of bases to perform the Miller-Rabin primality
* test for. The probability of returning 0 on a composite is
* at most 2<sup>-2*\p rounds</sup>.
* at most 2<sup>-2*\p rounds </sup>.
* \param f_rng The RNG function to use. This must not be \c NULL.
* \param p_rng The RNG parameter to be passed to \p f_rng.
* This may be \c NULL if \p f_rng doesn't use