Repair build when YK disabled. 🛠 (#3417)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user