• Manuel Pégourié-Gonnard's avatar
    Remove unused code. · fc0e286c
    Manuel Pégourié-Gonnard authored
    After the record contents are decompressed, in_len is no longer
    accessed directly, only in_msglen is accessed. in_len is only read by
    ssl_parse_record_header() which happens before ssl_prepare_record_contents().
    
    This is also made clear by the fact that in_len is not touched after
    decrypting anyway, so if it was accessed after that it would be wrong unless
    decryption is used - as this is not the case, it show in_len is not accessed.
    fc0e286c