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-11-24 00:23:35 +0300
committerAdam Langley <agl@google.com>2014-12-02 22:34:28 +0300
commit63246e8a9990aa11696c0d2f9f04ac3f04bc9442 (patch)
tree3030a9347c331f50bcd14f4bcd5c520d8ecd7c3f /ssl/d1_clnt.c
parente319a2f73a30147ae118190397a558b8a2a24733 (diff)
Remove s->type from SSL.
It's redundant with s->server. Change-Id: Idb4ca44618477b54f3be5f0630f0295f0708b0f4 Reviewed-on: https://boringssl-review.googlesource.com/2438 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/d1_clnt.c')
-rw-r--r--ssl/d1_clnt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c
index f9532fe8..8d1cceb4 100644
--- a/ssl/d1_clnt.c
+++ b/ssl/d1_clnt.c
@@ -188,9 +188,6 @@ int dtls1_connect(SSL *s)
goto end;
}
- /* s->version=SSL3_VERSION; */
- s->type=SSL_ST_CONNECT;
-
if (s->init_buf == NULL)
{
if ((buf=BUF_MEM_new()) == NULL)