1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-16 03:29:18 +01:00

Cosmetic.

This commit is contained in:
Jean Paul Galea 2015-09-10 19:55:14 +02:00
parent 4a8eeacf7a
commit bc660a1f34

View File

@ -245,9 +245,7 @@ function KSMdecryptOTP($urls, $logger, $curlopts)
$response = retrieveURLasync('YK-KSM', $urls, $logger, $ans_req=1, $match='^OK', $returl=False, $timeout=10, $curlopts);
if ($response === FALSE)
{
return false;
}
$response = array_shift($response);