Update YubiKey stub implementation for Botan (#6370)

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
Toni Spets 2021-04-09 14:56:57 +03:00 committed by GitHub
parent 31aa5e12e5
commit 805574cac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ QString YubiKey::errorMessage()
return {};
}
YubiKey::ChallengeResult YubiKey::challenge(YubiKeySlot slot, const QByteArray& chal, QByteArray& resp)
YubiKey::ChallengeResult YubiKey::challenge(YubiKeySlot slot, const QByteArray& chal, Botan::secure_vector<char>& resp)
{
Q_UNUSED(slot);
Q_UNUSED(chal);