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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.15 and 1.16

version 1.15, 2000/04/12 09:39:10 version 1.16, 2000/04/14 10:30:31
Line 1 
Line 1 
 /*  /*
  *   *
  * hostfile.c   * hostfile.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: Thu Jun 29 07:10:56 1995 ylo   * Created: Thu Jun 29 07:10:56 1995 ylo
  *   *
  * Functions for manipulating the known hosts files.   * Functions for manipulating the known hosts files.
  *   *
  */   */
   
 #include "includes.h"  #include "includes.h"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16