Added a counter mode wrapper plugin operating on existing CBC crypters

This commit is contained in:
Martin Willi
2010-08-13 19:39:59 +02:00
parent c03b0d7e6b
commit 272f0e1ae4
7 changed files with 355 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-ctr.la
else
plugin_LTLIBRARIES = libstrongswan-ctr.la
endif
libstrongswan_ctr_la_SOURCES = \
ctr_plugin.h ctr_plugin.c \
ctr_ipsec_crypter.h ctr_ipsec_crypter.c
libstrongswan_ctr_la_LDFLAGS = -module -avoid-version