commit | 7c8b53571698f32219a912e05bc71df4017094c1 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Oct 05 10:21:11 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Oct 30 08:39:46 2015 +0000 |
tree | ee8552d78958a42b6013bb054229354d41d4cffb | |
parent | 35bf6e05371de3aebd83dc630125a108ec4a5e70 [diff] |
Don't depend on SSL structure internals The macros SSL_in_connect_init() and SSL_in_accept_init() inadvertently depended on SSL structure internals. This fixes it to use public API calls instead. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>