| commit | 8ba708e5166b02ab61f2762d36b3e7b7455e9c06 | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Fri Sep 11 10:48:59 2015 +0100 |
| committer | Matt Caswell <matt@openssl.org> | Fri Oct 30 08:38:18 2015 +0000 |
| tree | 656a9eea1a383757494ea7058d7ea680ba46e93c | |
| parent | 1aeaa7ec06ccd4c819a3ca94139c3ab79463fada [diff] |
Reorganise state machine files Pull out the state machine into a separate sub directory. Also moved some functions which were nothing to do with the state machine but were in state machine files. Pulled all the SSL_METHOD definitions into one place...most of those files had very little left in them any more. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>