From 06b1ffc8da3ea4ca873f377dd34ea83e42448d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Jun 2014 14:11:01 +0200 Subject: [PATCH] Fix comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/plugins/auth/AuthenticationCookie.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/plugins/auth/AuthenticationCookie.class.php b/libraries/plugins/auth/AuthenticationCookie.class.php index 96771075a0..57388adf56 100644 --- a/libraries/plugins/auth/AuthenticationCookie.class.php +++ b/libraries/plugins/auth/AuthenticationCookie.class.php @@ -720,8 +720,8 @@ class AuthenticationCookie extends AuthenticationPlugin } /** - * Encryption using blowfish algorithm (mcrypt) - * or phpseclib's AES if mcrypt not available + * Encryption using phpseclib's AES + * (it uses mcrypt when it is available) * * @param string $data original data * @param string $secret the secret @@ -737,8 +737,8 @@ class AuthenticationCookie extends AuthenticationPlugin } /** - * Decryption using blowfish algorithm (mcrypt) - * or phpseclib's AES if mcrypt not available + * Decryption using phpseclib's AES + * (it uses mcrypt when it is available) * * @param string $encdata encrypted data * @param string $secret the secret