Fix typo in documentation of MBEDTLS_SSL_CONF_RNG in config.h

This commit is contained in:
Hanno Becker 2019-08-13 11:06:41 +01:00
parent 3328b1822a
commit 665d698972

View File

@ -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).