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:
parent
101cfeed9d
commit
809d583da6
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user