Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-06-25 02:43:57 +0400
committerDavid Benjamin <davidben@chromium.org>2014-06-25 02:43:57 +0400
commit3f6fa3db62c781768b567c6f02814c0d6d27fe7f (patch)
tree32e82a650bdd525b80a05ca001c6e95f2a0c1b4e /ssl/d1_clnt.c
parent54cdd120aa654b5eb0647e44bdcd94d2275f8761 (diff)
Remove more remnants of compression.
Change-Id: I721914594fc92a66d95c7ec2088f13b68e964103
Diffstat (limited to 'ssl/d1_clnt.c')
-rw-r--r--ssl/d1_clnt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c
index b0adaa16..be862a5e 100644
--- a/ssl/d1_clnt.c
+++ b/ssl/d1_clnt.c
@@ -445,7 +445,6 @@ int dtls1_connect(SSL *s)
s->init_num=0;
s->session->cipher=s->s3->tmp.new_cipher;
- s->session->compress_meth=0;
if (!s->method->ssl3_enc->setup_key_block(s))
{
ret= -1;