]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhffido.c
Adding support for standard USB Smartcard Readers (#769)
[proxmark3-svn] / client / cmdhffido.c
index 9c8128603f0b8eef5e0f8a73fbd0aec058f6da9e..92f5d6cdbe24da6e5b0f85b173f1e6e436cbabd1 100644 (file)
@@ -61,7 +61,7 @@ int CmdHFFidoInfo(const char *cmd) {
        PrintAndLog("--------------------------------------------"); 
        SetAPDULogging(false);
        
-       uint8_t buf[APDU_RES_LEN] = {0};
+       uint8_t buf[APDU_RESPONSE_LEN] = {0};
        size_t len = 0;
        uint16_t sw = 0;
        int res = FIDOSelect(true, true, buf, sizeof(buf), &len, &sw);
Impressum, Datenschutz