Commit d5927344 authored by Pauli's avatar Pauli
Browse files

Remove unreachable statement.



The return at the end isn't reachable.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5442)
parent 8bc0147f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1150,7 +1150,6 @@ WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst)
    case TLS_ST_SR_KEY_EXCH:
        return tls_post_process_client_key_exchange(s, wst);
    }
    return WORK_FINISHED_CONTINUE;
}

#ifndef OPENSSL_NO_SRP