diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-15 01:40:27 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-15 01:40:27 +0200 |
commit | 315fd57225b35436f2ddcb2f4795efedf5b02d56 (patch) | |
tree | a35d85571597d1f4d6a3c358011cb15c9098c288 /src/libstrongswan/plugins | |
parent | 1bfb8007c22e14025a7308e371851130df94e93e (diff) | |
download | strongswan-315fd57225b35436f2ddcb2f4795efedf5b02d56.tar.bz2 strongswan-315fd57225b35436f2ddcb2f4795efedf5b02d56.tar.xz |
fixed copy-and-paste caption error
Diffstat (limited to 'src/libstrongswan/plugins')
-rw-r--r-- | src/libstrongswan/plugins/serpent/serpent_crypter.c | 2 | ||||
-rw-r--r-- | src/libstrongswan/plugins/twofish/twofish_crypter.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/serpent/serpent_crypter.c b/src/libstrongswan/plugins/serpent/serpent_crypter.c index 660a3db6c..d5256c6b9 100644 --- a/src/libstrongswan/plugins/serpent/serpent_crypter.c +++ b/src/libstrongswan/plugins/serpent/serpent_crypter.c @@ -21,7 +21,7 @@ typedef struct private_serpent_crypter_t private_serpent_crypter_t; /** - * Class implementing the AES symmetric encryption algorithm. + * Class implementing the Serpent symmetric encryption algorithm. * * @ingroup crypters */ diff --git a/src/libstrongswan/plugins/twofish/twofish_crypter.c b/src/libstrongswan/plugins/twofish/twofish_crypter.c index 854c99e07..63429932e 100644 --- a/src/libstrongswan/plugins/twofish/twofish_crypter.c +++ b/src/libstrongswan/plugins/twofish/twofish_crypter.c @@ -21,7 +21,7 @@ typedef struct private_twofish_crypter_t private_twofish_crypter_t; /** - * Class implementing the AES symmetric encryption algorithm. + * Class implementing the Twofish symmetric encryption algorithm. * * @ingroup crypters */ |