mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Reformat altcp_tls_mbedtls* using astylerc
This commit is contained in:
parent
438cfd3f14
commit
c35b1099a4
@ -97,8 +97,7 @@
|
|||||||
extern const struct altcp_functions altcp_mbedtls_functions;
|
extern const struct altcp_functions altcp_mbedtls_functions;
|
||||||
|
|
||||||
/** Our global mbedTLS configuration (server-specific, not connection-specific) */
|
/** Our global mbedTLS configuration (server-specific, not connection-specific) */
|
||||||
struct altcp_tls_config
|
struct altcp_tls_config {
|
||||||
{
|
|
||||||
mbedtls_ssl_config conf;
|
mbedtls_ssl_config conf;
|
||||||
mbedtls_entropy_context entropy;
|
mbedtls_entropy_context entropy;
|
||||||
mbedtls_ctr_drbg_context ctr_drbg;
|
mbedtls_ctr_drbg_context ctr_drbg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user