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-10-02 08:56:08 +0400
committerAdam Langley <agl@google.com>2014-10-21 21:55:49 +0400
commitd7a76e72c668654008a039a230c0dec84e3265b1 (patch)
tree7b48ef2cf959e39aef50c3c98445837ed33cd217 /ssl/s3_enc.c
parenta19fc259f05e6ec2df0a55e7a37adc37506d3a91 (diff)
Remove key_arg and key_arg_length from SSL_SESSION.
Remnants of SSLv2 support. Change-Id: If45035f1727f235e122121418770f75257b18026 Reviewed-on: https://boringssl-review.googlesource.com/1991 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/s3_enc.c')
-rw-r--r--ssl/s3_enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c
index d574b253..b0ca5076 100644
--- a/ssl/s3_enc.c
+++ b/ssl/s3_enc.c
@@ -292,8 +292,6 @@ int ssl3_change_cipher_state(SSL *s, int which)
memcpy(mac_secret,ms,i);
- s->session->key_arg_length=0;
-
EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
#ifdef OPENSSL_SSL_TRACE_CRYPTO