mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 06:41:15 +00:00
Fix typo in documentation of MBEDTLS_SSL_CONF_RNG in config.h
This commit is contained in:
parent
3328b1822a
commit
665d698972
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue