diff options
author | 1999-11-24 00:26:00 +0000 | |
---|---|---|
committer | 1999-11-24 00:26:00 +0000 | |
commit | 32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch) | |
tree | a7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/ssh-add.c | |
parent | re-enable mtrr (diff) | |
download | wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip |
much more KNF
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index b1512018691..cf922e609eb 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -1,20 +1,13 @@ /* - -ssh-add.c - -Author: Tatu Ylonen <ylo@cs.hut.fi> - -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. - -*/ + * Author: Tatu Ylonen <ylo@cs.hut.fi> + * 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" -RCSID("$Id: ssh-add.c,v 1.12 1999/11/23 22:25:55 markus Exp $"); +RCSID("$Id: ssh-add.c,v 1.13 1999/11/24 00:26:03 deraadt Exp $"); #include "rsa.h" #include "ssh.h" |