commit | c9a5f02eabff9ee2440352b6c7fe084f713a6a27 | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Tue Jul 24 13:53:31 2018 +0200 |
committer | k-stachowiak <krzysiek.stachowiak@gmail.com> | Tue Jul 24 13:53:31 2018 +0200 |
tree | 63b2a988168be80f9c72b4c2d97c456d1926b6ab | |
parent | 21feae58cbc66c675e7ccf40ae1037ec7111cbd1 [diff] [blame] |
Move comment to a separate line
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 661263a..87af274 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -5678,7 +5678,9 @@ /* * Prepare base structures */ - ssl->out_buf = NULL; /* Set to NULL in case of an error condition */ + + /* Set to NULL in case of an error condition */ + ssl->out_buf = NULL; ssl->in_buf = mbedtls_calloc( 1, MBEDTLS_SSL_IN_BUFFER_LEN ); if( ssl->in_buf == NULL )