From f8caa3c813bcf9c621f8576eeba8a0df67596dac Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 3 Feb 2015 13:22:12 +0000 Subject: Move s->s3->wpend_* to s->rlayer Reviewed-by: Richard Levitte --- ssl/ssl_locl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ssl/ssl_locl.h') 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; /* -- cgit v1.2.3