From 665d6989725633846d36ee795c9736ab323e011b Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 13 Aug 2019 11:06:41 +0100 Subject: [PATCH] Fix typo in documentation of MBEDTLS_SSL_CONF_RNG in config.h --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 96413f850..69601de6a 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3666,7 +3666,7 @@ //#define MBEDTLS_SSL_CONF_RECV_TIMEOUT mbedtls_net_recv_timeout /* The PRNG to use by the SSL module. If defined, this must - * evaluate to the name on externally defined function with signature + * evaluate to the name of an externally defined function with signature * int f_rng(void *, unsigned char *, size_t), * which ignores its first parameter (the stack will always * pass NULL to this function).