quic: Refactor for crypto contexts
[vpp.git] / src / vnet / session / application_interface.h
index a865b08..3a4f992 100644 (file)
@@ -182,7 +182,6 @@ typedef struct crypto_ctx_
   u32 n_subscribers;           /**< refcount of sessions using said context */
   u32 ckpair_index;            /**< certificate & key */
   u8 crypto_engine;
-  u8 stale;                    /**< Marked invalid for re-use (aka ckpair deleted) */
 } crypto_context_t;
 
 /* Application attach options */