mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-16 08:54:30 -05:00
Repair build when YK disabled. 🛠 (#3417)
This commit is contained in:
parent
726dbc004d
commit
7cbcea18e9
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ bool YubiKey::getSerial(unsigned int& serial)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString YubiKey::getVendorName()
|
||||||
|
{
|
||||||
|
return "YubiKeyStub";
|
||||||
|
}
|
||||||
|
|
||||||
YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock, const QByteArray& chal, QByteArray& resp)
|
YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock, const QByteArray& chal, QByteArray& resp)
|
||||||
{
|
{
|
||||||
Q_UNUSED(slot);
|
Q_UNUSED(slot);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue