diff options
| author | Simon Goldschmidt <[email protected]> | 2019-02-18 13:11:27 +0100 |
|---|---|---|
| committer | Simon Goldschmidt <[email protected]> | 2019-02-18 13:11:27 +0100 |
| commit | ef3d12c60efa787587c824dbffe0c3230cc8d379 (patch) | |
| tree | 0be9f4134be55e688b7e093099e3ce201ea38f51 | |
| parent | 608a2f97413511dbfc4d2af123f52f2d477bfc61 (diff) | |
altcp_tls: whitespace cleanup
| -rw-r--r-- | src/apps/altcp_tls/altcp_tls_mbedtls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/altcp_tls/altcp_tls_mbedtls.c b/src/apps/altcp_tls/altcp_tls_mbedtls.c index cd286f14..93def798 100644 --- a/src/apps/altcp_tls/altcp_tls_mbedtls.c +++ b/src/apps/altcp_tls/altcp_tls_mbedtls.c @@ -883,7 +883,7 @@ altcp_tls_free_config(struct altcp_tls_config *conf) } if (conf->ca) { mbedtls_x509_crt_free(conf->ca); - } + } altcp_mbedtls_free_config(conf); } |
