提交 fc007d02 编写于 作者: D Dr. Stephen Henson

Fix warnings.

上级 baacd8d4
......@@ -530,7 +530,7 @@ err:
/* used only by dtls1_read_bytes */
int dtls1_get_record(SSL *s)
{
int ssl_major,ssl_minor,al;
int ssl_major,ssl_minor;
int i,n;
SSL3_RECORD *rr;
SSL_SESSION *sess;
......@@ -674,10 +674,6 @@ again:
dtls1_clear_timeouts(s); /* done waiting */
return(1);
f_err:
ssl3_send_alert(s,SSL3_AL_FATAL,al);
err:
return(0);
}
/* Return up to 'len' payload bytes received in 'type' records.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册