Skip to content

Commit

Permalink
Repair build when YK disabled. 🛠 (keepassxreboot#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
louib authored and droidmonkey committed Aug 3, 2019
1 parent 726dbc0 commit 7cbcea1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/keys/drivers/YubiKeyStub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7cbcea1

Please sign in to comment.