From da9529f3e04195482eef0a39c88c294498e48673 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 25 Jan 2021 13:42:42 +0100 Subject: [PATCH] Update copypasta Signed-off-by: Gilles Peskine --- programs/ssl/ssl_test_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/ssl/ssl_test_lib.h b/programs/ssl/ssl_test_lib.h index abad5a089..861e82a00 100644 --- a/programs/ssl/ssl_test_lib.h +++ b/programs/ssl/ssl_test_lib.h @@ -179,8 +179,8 @@ void rng_free( rng_context_t *rng ); * This function is suitable for use as the \c f_rng argument to Mbed TLS * library functions. * - * \param p_rng The CTR_DRBG context. This must be a pointer to a - * #rng_context_t structure. + * \param p_rng The random generator context. This must be a pointer to + * a #rng_context_t structure. * \param output The buffer to fill. * \param output_len The length of the buffer in bytes. *