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/s3_enc.c
parent54cdd120aa654b5eb0647e44bdcd94d2275f8761 (diff)
Remove more remnants of compression.
Change-Id: I721914594fc92a66d95c7ec2088f13b68e964103
Diffstat (limited to 'ssl/s3_enc.c')
-rw-r--r--ssl/s3_enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c
index baac2aa9..6ab267ec 100644
--- a/ssl/s3_enc.c
+++ b/ssl/s3_enc.c
@@ -378,7 +378,6 @@ int ssl3_setup_key_block(SSL *s)
s->s3->tmp.new_sym_enc=c;
s->s3->tmp.new_hash=hash;
- s->s3->tmp.new_compression=NULL;
num=EVP_MD_size(hash);