summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-26 22:24:20 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 12:18:30 +0200
commit17cbfc714a77cfe8b89199fcf780319bd87a43a0 (patch)
tree045802785e01a48f7e4ae75cd37af59488cba9b7 /apps/files_encryption/lib
parent929882a32a020b6c05605f416fa55024b9a60d33 (diff)
downloadnextcloud-server-17cbfc714a77cfe8b89199fcf780319bd87a43a0.tar.gz
nextcloud-server-17cbfc714a77cfe8b89199fcf780319bd87a43a0.zip
use phpseclib from 3rdparty
rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
Diffstat (limited to 'apps/files_encryption/lib')
-rwxr-xr-xapps/files_encryption/lib/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index ec7b3bc92e4..694791810c9 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -532,7 +532,7 @@ class Crypt {
if ($key) {
- return new \Crypt_Blowfish($key);
+ return new \Legacy_Crypt_Blowfish($key);
} else {