mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Remove 'data' initialiser.
This commit is contained in:
parent
c6f6e81238
commit
754d6c3abd
@ -575,7 +575,6 @@ void Curl_SSL_Close(struct connectdata *conn)
|
||||
{
|
||||
(void)conn;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -1221,7 +1220,7 @@ static void ssl_tls_trace(int direction, int ssl_ver, int content_type,
|
||||
const void *buf, size_t len, const SSL *ssl,
|
||||
struct connectdata *conn)
|
||||
{
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct SessionHandle *data;
|
||||
const char *msg_name, *tls_rt_name;
|
||||
char ssl_buf[1024];
|
||||
int ver, msg_type, txt_len;
|
||||
|
Loading…
Reference in New Issue
Block a user