From d86980b0c687ad1139a628ff1b534e72d532293f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 26 Apr 2017 14:13:21 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Try=20to=20find=20out=20what=E2=80=99?= =?UTF-8?q?s=20broken=20with=20the=20PHP=205.3=20build."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b1b0d0efc2dc9bea2e098c8d2c41c83a2489c4bc. --- lib/SimpleSAML/Utils/Crypto.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/SimpleSAML/Utils/Crypto.php b/lib/SimpleSAML/Utils/Crypto.php index 480d3a6eb..fe17597c2 100644 --- a/lib/SimpleSAML/Utils/Crypto.php +++ b/lib/SimpleSAML/Utils/Crypto.php @@ -53,8 +53,7 @@ class Crypto } } - throw new \SimpleSAML_Error_Exception("Failed to decrypt ciphertext \"". - base64_encode($ciphertext).'", hmac: "'.base64_encode($hmac).'", iv: "'.base64_encode($iv).'"'); + throw new \SimpleSAML_Error_Exception("Failed to decrypt ciphertext."); } -- GitLab