quic: Implement crypto contexts
[vpp.git] / src / vnet / session / application_interface.h
index ec29d18..a40aa9d 100644 (file)
@@ -182,6 +182,7 @@ typedef struct crypto_ctx_
   u32 n_subscribers;           /**< refcount of sessions using said context */
   u32 ckpair_index;            /**< certificate & key */
   u8 crypto_engine;
+  void *data;                  /**< protocol specific data */
 } crypto_context_t;
 
 /* Application attach options */