Remove the SSL state variable
authorMatt Caswell <matt@openssl.org>
Thu, 10 Sep 2015 08:23:34 +0000 (09:23 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
commit0131df49ee1f98918e958c05b0d4f56b7d441f83
tree7a80bb2329925c522a6d4509e1161cfe4fb7e7c5
parent23a635c0ec895f9876d4d7633e7e2923b5bbfc17
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: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_locl.h