=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/ssh-keygen.c 1999/11/23 22:25:55 1.12 +++ src/usr.bin/ssh/ssh-keygen.c 1999/11/24 00:26:03 1.13 @@ -1,20 +1,13 @@ /* + * Author: Tatu Ylonen + * Copyright (c) 1994 Tatu Ylonen , Espoo, Finland + * All rights reserved + * Created: Mon Mar 27 02:26:40 1995 ylo + * Identity and host key generation and maintenance. + */ -ssh-keygen.c - -Author: Tatu Ylonen - -Copyright (c) 1994 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Mon Mar 27 02:26:40 1995 ylo - -Identity and host key generation and maintenance. - -*/ - #include "includes.h" -RCSID("$Id: ssh-keygen.c,v 1.12 1999/11/23 22:25:55 markus Exp $"); +RCSID("$Id: ssh-keygen.c,v 1.13 1999/11/24 00:26:03 deraadt Exp $"); #include "rsa.h" #include "ssh.h" @@ -125,9 +118,10 @@ exit(0); } -/* Perform changing a passphrase. The argument is the passwd structure - for the current user. */ - +/* + * Perform changing a passphrase. The argument is the passwd structure + * for the current user. + */ void do_change_passphrase(struct passwd *pw) { @@ -217,8 +211,9 @@ exit(0); } -/* Change the comment of a private key file. */ - +/* + * Change the comment of a private key file. + */ void do_change_comment(struct passwd *pw) { @@ -326,8 +321,9 @@ exit(1); } -/* Main program for key management. */ - +/* + * Main program for key management. + */ int main(int ac, char **av) {