mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-01 01:52:18 +01:00
Support autoconf.
This commit is contained in:
parent
10cb0331dd
commit
5df3b578dd
@ -19,6 +19,11 @@ function ksmurl2shortname ($ksmurl) {
|
||||
$ksms = otp2ksmurls ("ccccccccfnkjtvvijktfrvvginedlbvudjhjnggndtck", 16);
|
||||
$shortksms = array_map("ksmurl2shortname", $ksms);
|
||||
|
||||
if ($argc==2 && strcmp($argv[1], "autoconf")==0) {
|
||||
print "yes\n";
|
||||
exit 0;
|
||||
}
|
||||
|
||||
if ($argc==2 && strcmp($argv[1], "config")==0) {
|
||||
|
||||
echo "multigraph yk_latency\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user