mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 16:15:32 +00:00
[Fixup] Fix alignment of comment in config.h
This commit is contained in:
parent
31d9bded31
commit
56ab3ea5ad
|
@ -3622,7 +3622,7 @@
|
|||
* defined function with signature
|
||||
* int f_send( void*, const unsigned char *, size_t ),
|
||||
* * MBEDTLS_SSL_CONF_RECV_TIMEOUT must evaluate to the name of an
|
||||
* externally defined function with signature
|
||||
* externally defined function with signature
|
||||
* int f_recv_timeout( void*, const unsigned char *, size_t, uint32_t ).
|
||||
*/
|
||||
//#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv
|
||||
|
|
Loading…
Reference in a new issue