ESP packet wrapper added, handles encryption/decryption/verification etc.

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