]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_locl.h
Move s->rstate to s->rlayer.rstate
[thirdparty/openssl.git] / ssl / ssl_locl.h
index 27fba36748636c118df2e24dd1ebaa5806cefb97..056051a2e131e37eec190f211e90377719d0c562 100644 (file)
@@ -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() */