Use orig_len, not rec->orig_len
This commit is contained in:
parent
a8655eb21a
commit
a93cc7c573
@ -768,7 +768,7 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send)
|
||||
ssl->enc_read_ctx,
|
||||
hash,
|
||||
&hmac, rec->input,
|
||||
rec->length, rec->orig_len);
|
||||
rec->length, orig_len);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user