Class representing an IPsec SA added

The IPsec SA also manages the respective ESP context.
This commit is contained in:
Tobias Brunner
2012-08-08 15:41:02 +02:00
parent 156f7e9b85
commit f9b0c05475
4 changed files with 356 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
ipsec.c ipsec.h \
esp_context.c esp_context.h \
esp_packet.c esp_packet.h
esp_packet.c esp_packet.h \
ipsec_sa.c ipsec_sa.h
# build libipsec ---------------------------------------------------------------