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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.95 and 1.96

version 1.95, 2002/03/21 16:54:53 version 1.96, 2002/03/21 21:54:34
Line 414 
Line 414 
 {  {
         Key *pub = NULL;          Key *pub = NULL;
   
         pub = sc_get_key(sc_reader_id);          pub = sc_get_key(sc_reader_id, NULL);
         if (pub == NULL)          if (pub == NULL)
                 fatal("cannot read public key from smartcard");                  fatal("cannot read public key from smartcard");
         key_write(pub, stdout);          key_write(pub, stdout);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96