Commit 03da376f authored by agnosticdev's avatar agnosticdev Committed by Matt Caswell
Browse files

issue-8998: Ensure that the alert is generated and reaches the remote

parent 8869ad4a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ int dtls1_dispatch_alert(SSL *s)
        s->s3.alert_dispatch = 1;
        /* fprintf( stderr, "not done with alert\n" ); */
    } else {
        if (s->s3.send_alert[0] == SSL3_AL_FATAL)
        (void)BIO_flush(s->wbio);

        if (s->msg_callback)