ESP packet wrapper added, handles encryption/decryption/verification etc.
This commit is contained in:
@@ -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 ---------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user