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:
4ea7019
)
ssl/s3_enc.c: remove artefact.
author
Andy Polyakov
<appro@openssl.org>
Fri, 8 Feb 2013 11:03:16 +0000
(12:03 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 8 Feb 2013 11:03:16 +0000
(12:03 +0100)
ssl/s3_enc.c
patch
|
blob
|
history
diff --git
a/ssl/s3_enc.c
b/ssl/s3_enc.c
index 409a15b8a75790a48e3860bf99d77cea71a24609..5d8f8ae52a1509e4f1cb1582f9da539694f6a7be 100644
(file)
--- a/
ssl/s3_enc.c
+++ b/
ssl/s3_enc.c
@@
-504,8
+504,6
@@
int ssl3_enc(SSL *s, int send)
EVP_Cipher(ds,rec->data,rec->input,l);
- rec->orig_len = rec->length;
-
if (s->read_hash != NULL)
mac_size = EVP_MD_size(s->read_hash);