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

Diff for /src/usr.bin/ssh/Attic/scard.c between version 1.26 and 1.26.4.2

version 1.26, 2002/06/23 03:30:17 version 1.26.4.2, 2004/03/04 18:18:16
Line 526 
Line 526 
         }          }
         if (!sectok_swOK(sw))          if (!sectok_swOK(sw))
                 goto done;                  goto done;
         log("cyberflex_load_rsa_priv done");          logit("cyberflex_load_rsa_priv done");
         key_fid[0] = 0x73;          key_fid[0] = 0x73;
         key_fid[1] = 0x68;          key_fid[1] = 0x68;
         if (cyberflex_load_rsa_pub(fd, cla, key_fid, len, elements[5],          if (cyberflex_load_rsa_pub(fd, cla, key_fid, len, elements[5],
Line 536 
Line 536 
         }          }
         if (!sectok_swOK(sw))          if (!sectok_swOK(sw))
                 goto done;                  goto done;
         log("cyberflex_load_rsa_pub done");          logit("cyberflex_load_rsa_pub done");
         status = 0;          status = 0;
   
 done:  done:
Line 554 
Line 554 
                 sectok_close(fd);                  sectok_close(fd);
         return (status);          return (status);
 }  }
   
   char *
   sc_get_key_label(Key *key)
   {
           return xstrdup("smartcard key");
   }
   
 #endif /* SMARTCARD */  #endif /* SMARTCARD */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.4.2