summaryrefslogtreecommitdiff
path: root/lib/vtls/vtls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/vtls_int.h')
-rw-r--r--lib/vtls/vtls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/vtls_int.h b/lib/vtls/vtls_int.h
index 9403173af..a20ca7db7 100644
--- a/lib/vtls/vtls_int.h
+++ b/lib/vtls/vtls_int.h
@@ -36,8 +36,10 @@ struct ssl_connect_data {
char *hostname; /* hostname for verification */
char *dispname; /* display version of hostname */
int port; /* remote port at origin */
+ const struct alpn_spec *alpn; /* ALPN to use or NULL for none */
struct ssl_backend_data *backend; /* vtls backend specific props */
struct cf_call_data call_data; /* data handle used in current call */
+ struct curltime handshake_done; /* time when handshake finished */
};