aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/diaspora.php')
-rw-r--r--include/diaspora.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 2e8ff6892..a52c82913 100644
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -141,6 +141,7 @@ function diaspora_decode($importer,$xml) {
$decrypted = mcrypt_decrypt(MCRYPT_RIJNDAEL_128, $outer_key, $ciphertext, MCRYPT_MODE_CBC, $outer_iv);
+
$decrypted = pkcs5_unpad($decrypted);
/**