X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlspicotls%2Ftls_picotls.h;h=29b279c7a83e674d16befd5ae21dc69feaa78cc1;hb=20399f8f3a27d54f65c4aff92998a2a345a7adab;hp=27341f6f4bdfbbc41d96232029b1375023b7e0ce;hpb=4beb1c6643c1288aca8f2429ac380337458066c5;p=vpp.git diff --git a/src/plugins/tlspicotls/tls_picotls.h b/src/plugins/tlspicotls/tls_picotls.h index 27341f6f4bd..29b279c7a83 100644 --- a/src/plugins/tlspicotls/tls_picotls.h +++ b/src/plugins/tlspicotls/tls_picotls.h @@ -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;