1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Remove 'data' initialiser.

This commit is contained in:
Gisle Vanem 2004-12-19 11:39:34 +00:00
parent c6f6e81238
commit 754d6c3abd

View File

@ -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;