diff options
Diffstat (limited to 'src/plugins/tlspicotls/tls_picotls.h')
-rw-r--r-- | src/plugins/tlspicotls/tls_picotls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/tlspicotls/tls_picotls.h b/src/plugins/tlspicotls/tls_picotls.h index 29b279c7a83..e86b30aedfc 100644 --- a/src/plugins/tlspicotls/tls_picotls.h +++ b/src/plugins/tlspicotls/tls_picotls.h @@ -44,6 +44,7 @@ typedef struct tls_listen_ctx_picotls_ typedef struct picotls_main_ { picotls_ctx_t ***ctx_pool; + u8 **rx_bufs; picotls_listen_ctx_t *lctx_pool; ptls_context_t *client_ptls_ctx; clib_rwlock_t crypto_keys_rw_lock; |