summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-31 23:10:51 +1100
committerDamien Miller <djm@mindrot.org>2006-03-31 23:10:51 +1100
commitddd63ab1d0acaa41a41d0afe9f79adc38ecbd7a7 (patch)
tree0147a91ef500db1a3e7925ebfba195bba7a86936 /ssh.c
parent2b5a0de9034a0f5943be129039dc56caee23fd94 (diff)
- deraadt@cvs.openbsd.org 2006/03/28 00:12:31
[README.tun ssh.c] spacing
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 00995e5dc..7e0a8ba4b 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.273 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.274 2006/03/28 00:12:31 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -688,7 +688,7 @@ main(int ac, char **av)
688 if (options.rhosts_rsa_authentication || 688 if (options.rhosts_rsa_authentication ||
689 options.hostbased_authentication) { 689 options.hostbased_authentication) {
690 sensitive_data.nkeys = 3; 690 sensitive_data.nkeys = 3;
691 sensitive_data.keys = xcalloc(sensitive_data.nkeys, 691 sensitive_data.keys = xcalloc(sensitive_data.nkeys,
692 sizeof(Key)); 692 sizeof(Key));
693 693
694 PRIV_START; 694 PRIV_START;