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

bugfix verify otp

This commit is contained in:
Paul Chen 2008-12-08 23:40:11 +00:00
parent 101cfeed9d
commit 809d583da6

View File

@ -71,7 +71,7 @@ if ($ad['chk_sig'] && $h == '') {
// Compare it
if ($hmac != $h) {
sendResp(S_BAD_SIGNATURE);
debug('h=' . $h . ', hmac=' . $hmac);
debug('client hmac=' . $h . ', server hmac=' . $hmac);
exit;
}
}