From: Geoff Lowe Date: Tue, 26 Feb 2013 17:12:13 +0000 (+0000) Subject: Use orig_len, not rec->orig_len X-Git-Tag: OpenSSL_0_9_8za~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a93cc7c57333f4538cbcdedd2e961a5a38caa52d;p=oweals%2Fopenssl.git Use orig_len, not rec->orig_len --- diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 3dd36b8142..323d3847d4 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -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 }