axtls: now done non-blocking

This commit is contained in:
Eric Hu
2013-06-12 10:36:31 +02:00
committed by Daniel Stenberg
parent 8026bd7abd
commit 10b6d81c64
3 changed files with 177 additions and 81 deletions

View File

@@ -325,6 +325,7 @@ struct ssl_connect_data {
#ifdef USE_AXTLS
SSL_CTX* ssl_ctx;
SSL* ssl;
ssl_connect_state connecting_state;
#endif /* USE_AXTLS */
#ifdef USE_SCHANNEL
struct curl_schannel_cred *cred;