Commit a449b47c authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

Fix error message typo, wrong function code

parent 48c054fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ static SUB_STATE_RETURN read_state_machine(SSL *s)
                                           (int)s->s3->tmp.message_size
                                           + SSL3_HM_HEADER_LENGTH)) {
                ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
                SSLerr(SSL_F_TLS_GET_MESSAGE_HEADER, ERR_R_BUF_LIB);
                SSLerr(SSL_F_READ_STATE_MACHINE, ERR_R_BUF_LIB);
                return SUB_STATE_ERROR;
            }