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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.12 and 1.13

version 1.12, 1999/11/23 22:25:55 version 1.13, 1999/11/24 00:26:03
Line 1 
Line 1 
 /*  /*
    * Author: Tatu Ylonen <ylo@cs.hut.fi>
 ssh-add.c   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
    *                    All rights reserved
 Author: Tatu Ylonen <ylo@cs.hut.fi>   * Created: Thu Apr  6 00:52:24 1995 ylo
    * Adds an identity to the authentication server, or removes an identity.
 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   */
                    All rights reserved  
   
 Created: Thu Apr  6 00:52:24 1995 ylo  
   
 Adds an identity to the authentication server, or removes an identity.  
   
 */  
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$Id$");

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