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

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



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9041)

(cherry picked from commit 03da376ff7504c63a1d00d57cf41bd7b7e93ff65)
parent 15d7e799
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)