=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readpass.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/readpass.c 1999/11/23 22:25:54 1.5 +++ src/usr.bin/ssh/readpass.c 1999/11/24 00:26:03 1.6 @@ -1,20 +1,20 @@ /* + * + * readpass.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Mon Jul 10 22:08:59 1995 ylo + * + * Functions for reading passphrases and passwords. + * + */ -readpass.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Mon Jul 10 22:08:59 1995 ylo - -Functions for reading passphrases and passwords. - -*/ - #include "includes.h" -RCSID("$Id: readpass.c,v 1.5 1999/11/23 22:25:54 markus Exp $"); +RCSID("$Id: readpass.c,v 1.6 1999/11/24 00:26:03 deraadt Exp $"); #include "xmalloc.h" #include "ssh.h"