X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=aa6217d9c63ced06bd16e1fc1d4f1c636151ff8f;hp=64962d9439274057fbce09d251700eaf4fe60209;hb=4aa7389e6c5509416d1672c7adddd1476dc1af09;hpb=e2228d318c51c2238ad8667b27574ae06afea191 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 64962d9439..aa6217d9c6 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1237,14 +1237,6 @@ typedef struct ssl3_state_st { int empty_fragment_done; /* The value of 'extra' when the buffers were initialized */ int init_extra; - /* - * storage for Alert/Handshake protocol data received but not yet - * processed by ssl3_read_bytes: - */ - unsigned char alert_fragment[2]; - unsigned int alert_fragment_len; - unsigned char handshake_fragment[4]; - unsigned int handshake_fragment_len; /* partial write - check the numbers match */ int wpend_tot; /* number bytes written */ int wpend_type;