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
@@ -2,7 +2,8 @@ ipseclib_LTLIBRARIES = libipsec.la
libipsec_la_SOURCES = \
ipsec.c ipsec.h \
esp_context.c esp_context.h
esp_context.c esp_context.h \
esp_packet.c esp_packet.h
libipsec_la_LIBADD =