tls: increase engine bits room in handle to support custom engine type
[vpp.git] / src / vnet / tls / tls.c
index 2106028..0787c22 100644 (file)
@@ -22,7 +22,7 @@ static tls_engine_vft_t *tls_vfts;
 
 #define TLS_INVALID_HANDLE     ~0
 #define TLS_IDX_MASK           0x00FFFFFF
-#define TLS_ENGINE_TYPE_SHIFT  29
+#define TLS_ENGINE_TYPE_SHIFT  28
 
 void tls_disconnect (u32 ctx_handle, u32 thread_index);