commit | 2917b9e5de6cd774d0358928dc6309b5a235f70e | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed May 25 00:59:37 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed May 25 00:59:37 2016 +0100 |
tree | b8ee5ab3c8ec1833b972cb8b595da83b6eef9020 | |
parent | 65b1fa6b0765af2a2129992ecb1b6bd569494986 [diff] [blame] |
Clarified function param in dhm.h
diff --git a/include/mbedtls/dhm.h b/include/mbedtls/dhm.h index cd056d1..d7ab152 100644 --- a/include/mbedtls/dhm.h +++ b/include/mbedtls/dhm.h
@@ -221,7 +221,7 @@ * \param ctx DHM context * \param x_size private value size in bytes * \param output destination buffer - * \param olen must be equal to ctx->P.len + * \param olen must be at least equal to the size of P, ctx->len * \param f_rng RNG function * \param p_rng RNG parameter *