Remove unused mtag variable.
Obtained from: Yandex LLC Sponsored by: Yandex LLC
This commit is contained in:
parent
8922ddbe40
commit
566cbcc82a
@ -227,7 +227,6 @@ ipcomp_input_cb(struct cryptop *crp)
|
|||||||
struct cryptodesc *crd;
|
struct cryptodesc *crd;
|
||||||
struct tdb_crypto *tc;
|
struct tdb_crypto *tc;
|
||||||
int skip, protoff;
|
int skip, protoff;
|
||||||
struct mtag *mtag;
|
|
||||||
struct mbuf *m;
|
struct mbuf *m;
|
||||||
struct secasvar *sav;
|
struct secasvar *sav;
|
||||||
struct secasindex *saidx;
|
struct secasindex *saidx;
|
||||||
@ -241,7 +240,6 @@ ipcomp_input_cb(struct cryptop *crp)
|
|||||||
IPSEC_ASSERT(tc != NULL, ("null opaque crypto data area!"));
|
IPSEC_ASSERT(tc != NULL, ("null opaque crypto data area!"));
|
||||||
skip = tc->tc_skip;
|
skip = tc->tc_skip;
|
||||||
protoff = tc->tc_protoff;
|
protoff = tc->tc_protoff;
|
||||||
mtag = (struct mtag *) tc->tc_ptr;
|
|
||||||
m = (struct mbuf *) crp->crp_buf;
|
m = (struct mbuf *) crp->crp_buf;
|
||||||
|
|
||||||
sav = tc->tc_sav;
|
sav = tc->tc_sav;
|
||||||
|
Loading…
Reference in New Issue
Block a user