From de9d3797ffc712f8fa3552411c82b24486461daf Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 21 Jul 2014 23:36:20 +0200 Subject: update existing unit tests --- apps/files_encryption/lib/crypt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_encryption/lib/crypt.php') diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 8ca96899f88..7974598729e 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -312,7 +312,7 @@ class Crypt { * * This function decrypts a file */ - public static function symmetricDecryptFileContent($keyfileContent, $passphrase = '', $cipher = 'AES-128-CFB') { + public static function symmetricDecryptFileContent($keyfileContent, $passphrase = '', $cipher = Crypt::DEFAULT_CIPHER) { if (!$keyfileContent) { -- cgit v1.2.3