Add implementation of the RC2 block cipher (RFC 2268)

This commit is contained in:
Tobias Brunner
2013-05-08 15:02:34 +02:00
parent c734c2d875
commit 9d4fc8677f
9 changed files with 559 additions and 4 deletions
+7
View File
@@ -175,6 +175,13 @@ if MONOLITHIC
endif
endif
if USE_RC2
SUBDIRS += plugins/rc2
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/rc2/libstrongswan-rc2.la
endif
endif
if USE_MD4
SUBDIRS += plugins/md4
if MONOLITHIC