Commit c42b8a6e authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove some dead code from rec_layer_s3.c



It is never valid to call ssl3_read_bytes with
type == SSL3_RT_CHANGE_CIPHER_SPEC, and in fact we check for valid values
for type near the beginning of the function. Therefore this check will never
be true and can be removed.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent fe81a1b0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment