From 7cbcea18e95cbaaa9bf393e20c59caeee83b3cd1 Mon Sep 17 00:00:00 2001 From: louib Date: Sat, 3 Aug 2019 18:17:38 -0400 Subject: [PATCH] =?UTF-8?q?Repair=20build=20when=20YK=20disabled.=20?= =?UTF-8?q?=F0=9F=9B=A0=20(#3417)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keys/drivers/YubiKeyStub.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/keys/drivers/YubiKeyStub.cpp b/src/keys/drivers/YubiKeyStub.cpp index f0647ab8..81e913b0 100644 --- a/src/keys/drivers/YubiKeyStub.cpp +++ b/src/keys/drivers/YubiKeyStub.cpp @@ -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);