mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 07:25:36 +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
|
* defined function with signature
|
||||||
* int f_send( void*, const unsigned char *, size_t ),
|
* int f_send( void*, const unsigned char *, size_t ),
|
||||||
* * MBEDTLS_SSL_CONF_RECV_TIMEOUT must evaluate to the name of an
|
* * 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 ).
|
* int f_recv_timeout( void*, const unsigned char *, size_t, uint32_t ).
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv
|
//#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv
|
||||||
|
|
Loading…
Reference in a new issue