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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.41 and 1.42

version 1.41, 2001/05/20 17:20:35 version 1.42, 2001/06/22 21:55:48
Line 211 
Line 211 
   
                 /* Parse the key from the line. */                  /* Parse the key from the line. */
                 if (!auth_rsa_read_key(&cp, &bits, pk->e, pk->n)) {                  if (!auth_rsa_read_key(&cp, &bits, pk->e, pk->n)) {
                         debug("%.100s, line %lu: bad key syntax",                          debug("%.100s, line %lu: non ssh1 key syntax",
                             file, linenum);  
                         packet_send_debug("%.100s, line %lu: bad key syntax",  
                             file, linenum);                              file, linenum);
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42