summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-03 10:48:28 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commit295c3f41113f4ff537fb95e29f7f709ba03c6a21 (patch)
treecb292176111dcc5a461969c3e807e233c7e6d3e5 /ssl/ssl_locl.h
parent7a7048aff053929feaadee4895749fe0a661d353 (diff)
Move s->rstate to s->rlayer.rstate
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 27fba36748..056051a2e1 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1022,8 +1022,6 @@ struct ssl_st {
int shutdown;
/* where we are */
int state;
- /* where we are when reading */
- int rstate;
BUF_MEM *init_buf; /* buffer used during init */
void *init_msg; /* pointer to handshake message body, set by
* ssl3_get_message() */