aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/CMakeLists.txt
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-07 05:17:07 -0700
committerNeale Ranns <nranns@cisco.com>2019-06-07 15:10:50 +0000
commitba05e5d1565eaf334eb58a3a18166b855049b9b3 (patch)
tree1e0acbb95185f9b7ca748d549630de0e7ba84cfc /src/vnet/CMakeLists.txt
parent879132d982ada1fdb01c47cfe6b077efaaf6efa4 (diff)
ipsec: export ipsec_punt.h
Change-Id: Ib489922af246b7dc3e770a57e51b87a2568a014d Type: fix Fixes: b71fa75d Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/CMakeLists.txt')
-rw-r--r--src/vnet/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt
index 1c85daf84bf..1d7d4988002 100644
--- a/src/vnet/CMakeLists.txt
+++ b/src/vnet/CMakeLists.txt
@@ -596,6 +596,7 @@ list(APPEND VNET_HEADERS
ipsec/ipsec_spd_policy.h
ipsec/ipsec_sa.h
ipsec/ipsec_if.h
+ ipsec/ipsec_punt.h
ipsec/esp.h
ipsec/ah.h
)