mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-21 21:34:48 -04: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;
|
||||
}
|
||||
|
||||
QString YubiKey::getVendorName()
|
||||
{
|
||||
return "YubiKeyStub";
|
||||
}
|
||||
|
||||
YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock, const QByteArray& chal, QByteArray& resp)
|
||||
{
|
||||
Q_UNUSED(slot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue