Commit 0131df49 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove the SSL state variable



The SSL structure contained a "state" variable that kept track of the state
machine in the old code. The new state machine does not use this so it can
be removed.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 23a635c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1093,7 +1093,6 @@ struct ssl_st {
    /* we have shut things down, 0x01 sent, 0x02 for received */
    int shutdown;
    /* where we are */
    int state;
    STATEM statem;

    BUF_MEM *init_buf;          /* buffer used during init */