[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.27 and 1.28

version 1.27, 2003/04/08 20:21:29 version 1.28, 2003/06/12 19:12:02
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.27  
changed lines
  Added in v.1.28