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
+7
View File
@@ -323,6 +323,13 @@ if MONOLITHIC
endif
endif
if USE_CTR
SUBDIRS += plugins/ctr
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/ctr/libstrongswan-ctr.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC