[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.20 and 1.21

version 1.20, 2000/04/12 09:39:09 version 1.21, 2000/04/14 10:30:29
Line 1 
Line 1 
 /*  /*
  *   *
  * auth-rsa.c   * auth-rsa.c
  *   *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  *   *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved   *                    All rights reserved
  *   *
  * Created: Mon Mar 27 01:46:52 1995 ylo   * Created: Mon Mar 27 01:46:52 1995 ylo
  *   *
  * RSA-based authentication.  This code determines whether to admit a login   * RSA-based authentication.  This code determines whether to admit a login
  * based on RSA authentication.  This file also contains functions to check   * based on RSA authentication.  This file also contains functions to check
  * validity of the host key.   * validity of the host key.
  *   *
  */   */
   
 #include "includes.h"  #include "includes.h"
Line 238 
Line 238 
                         debug("%.100s, line %lu: bad key syntax",                          debug("%.100s, line %lu: bad key syntax",
                               SSH_USER_PERMITTED_KEYS, linenum);                                SSH_USER_PERMITTED_KEYS, linenum);
                         packet_send_debug("%.100s, line %lu: bad key syntax",                          packet_send_debug("%.100s, line %lu: bad key syntax",
                                           SSH_USER_PERMITTED_KEYS, linenum);                                            SSH_USER_PERMITTED_KEYS, linenum);
                         continue;                          continue;
                 }                  }
                 /* cp now points to the comment part. */                  /* cp now points to the comment part. */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21