Use orig_len, not rec->orig_len

This commit is contained in:
Geoff Lowe 2013-02-26 17:12:13 +00:00 committed by Dr. Stephen Henson
parent a8655eb21a
commit a93cc7c573

View File

@ -768,7 +768,7 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send)
ssl->enc_read_ctx, ssl->enc_read_ctx,
hash, hash,
&hmac, rec->input, &hmac, rec->input,
rec->length, rec->orig_len); rec->length, orig_len);
#endif #endif
} }