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 */