From 315fd57225b35436f2ddcb2f4795efedf5b02d56 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 15 May 2009 01:40:27 +0200 Subject: [PATCH] fixed copy-and-paste caption error --- src/libstrongswan/plugins/serpent/serpent_crypter.c | 2 +- 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 660a3db6c3..d5256c6b94 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 854c99e070..63429932ef 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 */