commit | be3583fa40a2658cbbcf73320f75e9d674bb39f4 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Oct 26 11:46:33 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Oct 30 08:39:47 2015 +0000 |
tree | 96eddc8230e9f21643a8ff4c24b44327cb1d86ed | |
parent | 3616bb63586df04b22de00f49bc92d92dff1b8b6 [diff] |
Convert enums to typedefs Various enums were introduced as part of the state machine rewrite. As a matter of style it is preferred for these to be typedefs. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>