diff options
author | friendica <info@friendica.com> | 2013-07-24 20:35:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-24 20:35:54 -0700 |
commit | c5d456af9be934335323012385c63c93a070e82e (patch) | |
tree | 9b1f5bb488f438696e32cd7f1fd5a85b764d7516 /include/crypto.php | |
parent | 36f63573c5cd471f3296dff0a277900093267cf3 (diff) | |
download | volse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.tar.gz volse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.tar.bz2 volse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.zip |
add more siteinfo
Diffstat (limited to 'include/crypto.php')
-rw-r--r-- | include/crypto.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/crypto.php b/include/crypto.php index 1a62d60af..a0268ef93 100644 --- a/include/crypto.php +++ b/include/crypto.php @@ -17,8 +17,6 @@ function rsa_verify($data,$sig,$key,$alg = 'sha256') { return $verify; } - - function pkcs5_pad ($text, $blocksize) { $pad = $blocksize - (strlen($text) % $blocksize); |