mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-13 10:42:51 +00:00
fix typo in oathkeygen: randon -> random
Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
This commit is contained in:
parent
ad1ef9fc1c
commit
b89cd20528
@ -6,6 +6,6 @@ use MIME::Base32; #libmime-base32-perl
|
||||
|
||||
my $test;
|
||||
open(RND, "/dev/urandom");
|
||||
sysread(RND, $test, 10) == 10 || die "read randon data failed\n";
|
||||
sysread(RND, $test, 10) == 10 || die "read random data failed\n";
|
||||
print MIME::Base32::encode_rfc3548($test) . "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user