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/s3_srvr.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/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index ef35666f..5a713a2a 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -238,7 +238,6 @@ int ssl3_accept(SSL *s)
OPENSSL_PUT_ERROR(SSL, ssl3_accept, ERR_R_INTERNAL_ERROR);
return -1;
}
- s->type=SSL_ST_ACCEPT;
if (s->init_buf == NULL)
{