Add implementation of the RC2 block cipher (RFC 2268)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user