From c5d456af9be934335323012385c63c93a070e82e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 24 Jul 2013 20:35:54 -0700 Subject: add more siteinfo --- include/crypto.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.3