diff options
author | Friendika <info@friendika.com> | 2011-08-19 14:34:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-19 14:34:28 -0700 |
commit | 8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb (patch) | |
tree | 85aedde5cc6f3a21b8b0afacb00c4363f954c358 /include/crypto.php | |
parent | 18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5 (diff) | |
download | volse-hubzilla-8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb.tar.gz volse-hubzilla-8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb.tar.bz2 volse-hubzilla-8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb.zip |
incorrect iv length for blocksize
Diffstat (limited to 'include/crypto.php')
-rw-r--r-- | include/crypto.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto.php b/include/crypto.php index 1ab9e7b25..6b27e832b 100644 --- a/include/crypto.php +++ b/include/crypto.php @@ -182,3 +182,5 @@ function salmon_key($pubkey) { pemtome($pubkey,$m,$e); return 'RSA' . '.' . base64url_encode($m,true) . '.' . base64url_encode($e,true) ; } + + |