1
0
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:
Simon Josefsson 2009-02-27 15:06:56 +00:00
parent eecc617c02
commit a9a91e766a

View File

@ -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: $_";
}