aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/rc2
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Add implementation of the RC2 block cipher (RFC 2268)Tobias Brunner2013-05-085-0/+532