mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +08:00
lwip: fix trailing whitespace in TLS config
This commit is contained in:
@@ -890,7 +890,7 @@ altcp_tls_free_config(struct altcp_tls_config *conf)
|
||||
}
|
||||
if (conf->ca) {
|
||||
mbedtls_x509_crt_free(conf->ca);
|
||||
}
|
||||
}
|
||||
altcp_mbedtls_free_config(conf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user