summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto/crypt.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-26 09:58:31 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:27 +0200
commitc00e728e5f77722bceaa0bba25a02128039d7127 (patch)
treecead55ea6f6d7ab57a4fdac7e3cf8e165e441fe4 /apps/encryption/lib/crypto/crypt.php
parentecb3834554c05c82ea3129299673dca4a0917b30 (diff)
downloadnextcloud-server-c00e728e5f77722bceaa0bba25a02128039d7127.tar.gz
nextcloud-server-c00e728e5f77722bceaa0bba25a02128039d7127.zip
encryption app: remove legacy code, we do only server-side encryption
Diffstat (limited to 'apps/encryption/lib/crypto/crypt.php')
-rw-r--r--apps/encryption/lib/crypto/crypt.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/encryption/lib/crypto/crypt.php b/apps/encryption/lib/crypto/crypt.php
index f9fe4f9bece..9fb93485ef7 100644
--- a/apps/encryption/lib/crypto/crypt.php
+++ b/apps/encryption/lib/crypto/crypt.php
@@ -69,14 +69,6 @@ class Crypt {
}
/**
- * @param null $user
- * @return string
- */
- public function mode($user = null) {
- return 'server';
- }
-
- /**
*
*/
public function createKeyPair() {