[BACK]Return to sk-usbhid.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sk-usbhid.c between version 1.12 and 1.13

version 1.12, 2020/01/06 02:00:46 version 1.13, 2020/01/06 02:24:28
Line 1009 
Line 1009 
         if (device != NULL) {          if (device != NULL) {
                 skdebug(__func__, "trying %s", device);                  skdebug(__func__, "trying %s", device);
                 if ((r = read_rks(device, pin, &rks, &nrks)) != 0) {                  if ((r = read_rks(device, pin, &rks, &nrks)) != 0) {
                         skdebug(__func__, "read_rks failed for %s",                          skdebug(__func__, "read_rks failed for %s", device);
                             fido_dev_info_path(di));  
                         ret = r;                          ret = r;
                         goto out;                          goto out;
                 }                  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13