=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/authfd.c 1999/11/23 22:25:52 1.12 +++ src/usr.bin/ssh/authfd.c 1999/11/24 00:26:00 1.13 @@ -1,20 +1,20 @@ /* + * + * authfd.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Wed Mar 29 01:30:28 1995 ylo + * + * Functions for connecting the local authentication agent. + * + */ -authfd.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Wed Mar 29 01:30:28 1995 ylo - -Functions for connecting the local authentication agent. - -*/ - #include "includes.h" -RCSID("$Id: authfd.c,v 1.12 1999/11/23 22:25:52 markus Exp $"); +RCSID("$Id: authfd.c,v 1.13 1999/11/24 00:26:00 deraadt Exp $"); #include "ssh.h" #include "rsa.h"