mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Repair build when YK disabled. 🛠 (#3417)
This commit is contained in:
parent
726dbc004d
commit
7cbcea18e9
@ -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…
Reference in New Issue
Block a user