Skip to content
Snippets Groups Projects
Commit d86980b0 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Revert "Try to find out what’s broken with the PHP 5.3 build."

This reverts commit b1b0d0ef.
parent 6c0ef58d
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,7 @@ class Crypto ...@@ -53,8 +53,7 @@ class Crypto
} }
} }
throw new \SimpleSAML_Error_Exception("Failed to decrypt ciphertext \"". throw new \SimpleSAML_Error_Exception("Failed to decrypt ciphertext.");
base64_encode($ciphertext).'", hmac: "'.base64_encode($hmac).'", iv: "'.base64_encode($iv).'"');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment