1
0
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:
Simon Josefsson 2010-06-22 15:59:25 +00:00
parent 10cb0331dd
commit 5df3b578dd

View File

@ -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";