[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.2.1 and 1.27

version 1.26.2.1, 2003/09/16 21:20:26 version 1.27, 2003/04/08 20:21:29
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.2.1  
changed lines
  Added in v.1.27