summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-30 16:17:25 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 13:53:07 +0000
commitab97b2cd4301074fd88fd2f13b8c79342593dae4 (patch)
tree37569cf6c1cfdbf7d611e9c7cfd2473fad202d75 /ssl/ssl_locl.h
parentdb9a32e7193ef5841e5a021061237b8b24f68126 (diff)
Move s->s3->wbuf to s->rlayer->wbuf
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 6925992c7b..8163b99095 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1281,7 +1281,6 @@ typedef struct ssl3_state_st {
int empty_fragment_done;
/* The value of 'extra' when the buffers were initialized */
int init_extra;
- SSL3_BUFFER wbuf; /* write IO goes into here */
SSL3_RECORD rrec; /* each decoded record goes in here */
SSL3_RECORD wrec; /* goes out from here */
/*