Latest update.
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ int dtls1_check_timeout_num(SSL *s)
|
||||
|
||||
if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT) {
|
||||
/* fail the connection, enough alerts have been sent */
|
||||
SSLfatal(s, SSL_AD_NO_ALERT, SSL_F_DTLS1_CHECK_TIMEOUT_NUM,
|
||||
SSLfatal(s, SSL_AD_NO_ALERT, 0,
|
||||
SSL_R_READ_TIMEOUT_EXPIRED);
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user