Added authorisation.
This commit is contained in:
@@ -22,5 +22,5 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
struct U2F_Version_APDU : U2F_Msg_CMD {
|
||||
public:
|
||||
U2F_Version_APDU(const U2F_Msg_CMD& msg, const std::vector<uint8_t>& data);
|
||||
void respond(const uint32_t channelID) const override;
|
||||
void respond(const uint32_t channelID, bool) const override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user