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

Diff for /src/usr.bin/ssh/authfile.c between version 1.13 and 1.14

version 1.13, 2000/04/12 09:39:10 version 1.14, 2000/04/14 10:30:30
Line 1 
Line 1 
 /*  /*
  *   *
  * authfile.c   * authfile.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 03:52:05 1995 ylo   * Created: Mon Mar 27 03:52:05 1995 ylo
  *   *
  * This file contains functions for reading and writing identity files, and   * This file contains functions for reading and writing identity files, and
  * for reading the passphrase from the user.   * for reading the passphrase from the user.
  *   *
  */   */
   
 #include "includes.h"  #include "includes.h"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14