summaryrefslogtreecommitdiffstats
path: root/lib/private/Security/Crypto.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-09-13 13:06:54 +0200
committerGitHub <noreply@github.com>2022-09-13 13:06:54 +0200
commitef31396727771eb771b450e91e7b097b2ca151b9 (patch)
tree9ab4e885df61dcdd62dddf90d9fe65690529d7ad /lib/private/Security/Crypto.php
parent01e2a26749da63e3e06c36d9151570c5beda78d2 (diff)
downloadnextcloud-server-ef31396727771eb771b450e91e7b097b2ca151b9.tar.gz
nextcloud-server-ef31396727771eb771b450e91e7b097b2ca151b9.zip
Mark method as deprecated
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/private/Security/Crypto.php')
-rw-r--r--lib/private/Security/Crypto.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Security/Crypto.php b/lib/private/Security/Crypto.php
index ece69d6deeb..aeeafcc271c 100644
--- a/lib/private/Security/Crypto.php
+++ b/lib/private/Security/Crypto.php
@@ -133,7 +133,6 @@ class Crypto implements ICrypto {
// Retry with empty secret as a fallback for instances where the secret might not have been set by accident
return $this->decryptWithoutSecret($authenticatedCiphertext, '');
}
-
throw $e;
}
}