[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.8 and 1.9

version 1.8, 1999/11/23 22:25:52 version 1.9, 1999/11/24 00:26:00
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"
 RCSID("$Id$");  RCSID("$Id$");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9