summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-03 13:22:12 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commitf8caa3c813bcf9c621f8576eeba8a0df67596dac (patch)
treecc87a894bf67458f4bb5efd235f07df87fbcac8f /ssl/ssl_locl.h
parent4aa7389e6c5509416d1672c7adddd1476dc1af09 (diff)
Move s->s3->wpend_* to s->rlayer
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index aa6217d9c6..b5f15fc7b4 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1237,11 +1237,6 @@ typedef struct ssl3_state_st {
int empty_fragment_done;
/* The value of 'extra' when the buffers were initialized */
int init_extra;
- /* partial write - check the numbers match */
- int wpend_tot; /* number bytes written */
- int wpend_type;
- int wpend_ret; /* number of bytes submitted */
- const unsigned char *wpend_buf;
/* used during startup, digest all incoming/outgoing packets */
BIO *handshake_buffer;
/*