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
@@ -3,7 +3,8 @@ ipseclib_LTLIBRARIES = libipsec.la
libipsec_la_SOURCES = \
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
libipsec_la_LIBADD =