aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto.php')
-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);