Skip to content

Commit c934a29

Browse files
authored
Merge pull request #1180 from tempesta-tech/ri-unused-code-removal
remove unused type TfwTlsCtx
2 parents ab9a43a + 59c3d05 commit c934a29

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tempesta_fw/tls.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,6 @@
2323
#include "gfsm.h"
2424
#include "ttls.h"
2525

26-
/*
27-
* TLS context handling for chunked data in skb list.
28-
* TlsCtx is unaware of network datata chunks, so this structure links
29-
* network chunked I/O with the higher layer TLS processing.
30-
*
31-
* @off - data offset within first skb in @skb_list;
32-
* @chunks - number of contigious memory chunks in all skbs in @skb_list;
33-
*/
34-
typedef struct {
35-
TlsCtx tls;
36-
struct sk_buff *skb_list;
37-
unsigned int off;
38-
unsigned int chunks;
39-
} TfwTlsCtx;
40-
4126
#define TFW_FSM_TLS TFW_FSM_HTTPS
4227

4328
/**

0 commit comments

Comments
 (0)