tls: make picotls engine able to initial connection as client
[vpp.git] / src / plugins / tlspicotls / tls_picotls.h
index 27341f6..29b279c 100644 (file)
@@ -45,6 +45,7 @@ typedef struct picotls_main_
 {
   picotls_ctx_t ***ctx_pool;
   picotls_listen_ctx_t *lctx_pool;
+  ptls_context_t *client_ptls_ctx;
   clib_rwlock_t crypto_keys_rw_lock;
 } picotls_main_t;