diff options
author | Prashant Maheshwari <pmahesh2@cisco.com> | 2019-11-14 12:42:59 +0530 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-12-03 05:45:27 +0000 |
commit | dbf68c9aa258238260df34c0e864223ea4f3a987 (patch) | |
tree | 545f58115df3ef1570ea526675401018cf59ccea /src/vnet/ipsec/ipsec.h | |
parent | abde62fb83ebd0e0e1204fc77affe909fc95ba51 (diff) |
ipsec: Changes to make ipsec encoder/decoders reusable by the plugins
Type: fix
Signed-off-by: Prashant Maheshwari <pmahesh2@cisco.com>
Change-Id: I81b937fc8cfec36f8fb5de711ffbb02f23f3664e
Signed-off-by: Prashant Maheshwari <pmahesh2@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/ipsec.h')
-rw-r--r-- | src/vnet/ipsec/ipsec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipsec/ipsec.h b/src/vnet/ipsec/ipsec.h index be928a2572e..975ebc63a48 100644 --- a/src/vnet/ipsec/ipsec.h +++ b/src/vnet/ipsec/ipsec.h @@ -245,6 +245,7 @@ ipsec_sa_get (u32 sa_index) void ipsec_add_feature (const char *arc_name, const char *node_name, u32 * out_feature_index); + #endif /* __IPSEC_H__ */ /* |