Loading ssl/d1_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -398,7 +398,7 @@ int dtls1_handle_timeout(SSL *s) { /* fail the connection, enough alerts have been sent */ SSLerr(SSL_F_DTLS1_HANDLE_TIMEOUT,SSL_R_READ_TIMEOUT_EXPIRED); return 0; return -1; } state->timeout.read_timeouts++; Loading Loading
ssl/d1_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -398,7 +398,7 @@ int dtls1_handle_timeout(SSL *s) { /* fail the connection, enough alerts have been sent */ SSLerr(SSL_F_DTLS1_HANDLE_TIMEOUT,SSL_R_READ_TIMEOUT_EXPIRED); return 0; return -1; } state->timeout.read_timeouts++; Loading