1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 03:54:20 +01:00

Cosmetic changes.

This commit is contained in:
Jean Paul Galea 2015-07-20 19:04:57 +00:00
parent f9fd53046a
commit 1dab5c64aa

View File

@ -1,4 +1,4 @@
<?php # -*- php -*-
<?php
# Copyright (c) 2009-2013 Yubico AB
# All rights reserved.
@ -99,7 +99,8 @@ $baseParams['__YKVAL_KSM_CURL_OPTS__'] = array(
// Returns an array of YK-KSM URLs for decrypting $otp for $client.
// The URLs must be fully qualified, i.e., containing the OTP itself.
function otp2ksmurls ($otp, $client) {
function otp2ksmurls ($otp, $client)
{
//if ($client == 42) {
// return array("https://another-ykkms.example.com/wsapi/decrypt?otp=$otp");
//}