projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8655eb
)
Use orig_len, not rec->orig_len
author
Geoff Lowe
<Geoff_Lowe@McAfee.com>
Tue, 26 Feb 2013 17:12:13 +0000
(17:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Feb 2013 17:12:13 +0000
(17:12 +0000)
ssl/t1_enc.c
patch
|
blob
|
history
diff --git
a/ssl/t1_enc.c
b/ssl/t1_enc.c
index 3dd36b81429dd271160d76ba5c12ab1aef0e2f1a..323d3847d4ad5fc1038ea82d1b8788bcde255ec6 100644
(file)
--- 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
}