diff options
Diffstat (limited to 'include')
-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); |