Commit a93cc7c5 authored by Geoff Lowe's avatar Geoff Lowe Committed by Dr. Stephen Henson
Browse files

Use orig_len, not rec->orig_len

parent a8655eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
		}