[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.5 and 1.6

version 1.5, 2001/07/04 23:13:09 version 1.6, 2001/07/25 11:59:35
Line 93 
Line 93 
                 sc_close();                  sc_close();
                 return -1;                  return -1;
         }          }
         /* send appled id */          /* send applet id */
         for (i = 0; i < sizeof(aid); i++)          for (i = 0; i < sizeof(aid); i++)
                 aid[i] = 0x77;                  aid[i] = 0x77;
         aid_len = 5;          aid_len = 5;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6