summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
committerderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
commit32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch)
treea7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/cipher.c
parentre-enable mtrr (diff)
downloadwireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz
wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip
much more KNF
Diffstat (limited to 'usr.bin/ssh/cipher.c')
-rw-r--r--usr.bin/ssh/cipher.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/ssh/cipher.c b/usr.bin/ssh/cipher.c
index 6fb3f9842ab..06176271020 100644
--- a/usr.bin/ssh/cipher.c
+++ b/usr.bin/ssh/cipher.c
@@ -1,18 +1,18 @@
/*
-
-cipher.c
-
-Author: Tatu Ylonen <ylo@cs.hut.fi>
-
-Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
- All rights reserved
-
-Created: Wed Apr 19 17:41:39 1995 ylo
-
-*/
+ *
+ * cipher.c
+ *
+ * Author: Tatu Ylonen <ylo@cs.hut.fi>
+ *
+ * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+ * All rights reserved
+ *
+ * Created: Wed Apr 19 17:41:39 1995 ylo
+ *
+ */
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.16 1999/11/23 22:25:53 markus Exp $");
+RCSID("$Id: cipher.c,v 1.17 1999/11/24 00:26:01 deraadt Exp $");
#include "ssh.h"
#include "cipher.h"