mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Fix typo in documentation of MBEDTLS_SSL_CONF_RNG in config.h
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user