aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-24 20:35:54 -0700
committerfriendica <info@friendica.com>2013-07-24 20:35:54 -0700
commitc5d456af9be934335323012385c63c93a070e82e (patch)
tree9b1f5bb488f438696e32cd7f1fd5a85b764d7516 /include
parent36f63573c5cd471f3296dff0a277900093267cf3 (diff)
downloadvolse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.tar.gz
volse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.tar.bz2
volse-hubzilla-c5d456af9be934335323012385c63c93a070e82e.zip
add more siteinfo
Diffstat (limited to 'include')
-rw-r--r--include/crypto.php2
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);