Adding class to manage ESP context (crypto, sequence numbers)

This commit is contained in:
Tobias Brunner
2012-08-08 15:41:02 +02:00
parent 6dfdcf420f
commit 64004973e3
4 changed files with 414 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
ipsec.c ipsec.h
ipsec.c ipsec.h \
esp_context.c esp_context.h
# build libipsec ---------------------------------------------------------------