From 5a585775b9e135f477be2a08d4241d8f6c8587a8 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 23 Feb 2022 16:20:34 +0100 Subject: [PATCH] Fix typo --- bin/pwgen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwgen.php b/bin/pwgen.php index 66f8d4867..0af9b1ca4 100755 --- a/bin/pwgen.php +++ b/bin/pwgen.php @@ -21,5 +21,5 @@ if (empty($password)) { exit(1); } -$cryptoUtils = new SimpleSAML\Utils\Crypt(); +$cryptoUtils = new SimpleSAML\Utils\Crypto(); echo "\n " . $cryptoUtils->pwHash($password) . "\n\n"; -- GitLab