mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-02-20 12:54:24 +01:00
Don't require progflags.
This commit is contained in:
parent
eecc617c02
commit
a9a91e766a
@ -131,7 +131,7 @@ while (<GPGV>) {
|
||||
next if m:^#:;
|
||||
my ($serialNr, $publicName, $internalName, $aesKey,
|
||||
$lockCode, $created, $accessed) =
|
||||
m%^([0-9]+),([cbdefghijklnrtuv]+),([0-9a-f]+),([0-9a-f]+),([0-9a-f]+),([T:0-9 -]*),([T:0-9 -]*),0%;
|
||||
m%^([0-9]+),([cbdefghijklnrtuv]+),([0-9a-f]+),([0-9a-f]+),([0-9a-f]+),([T:0-9 -]*),([T:0-9 -]*)%;
|
||||
if ($verbose) {
|
||||
print "line: $_";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user