summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-28 00:12:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-28 00:12:32 +0000
commita767f1607d21cb3fa5c28c8c154aeeacf50992a2 (patch)
tree16a8aa6688e9e514114de115f861f7d873c3bb0d /usr.bin/ssh/ssh.c
parent1c51de46da01befcd0f2aeaaea91388ccfc0d33d (diff)
spacing
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 6645b60e5f7..f50a8d7b975 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.273 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.274 2006/03/28 00:12:31 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -673,7 +673,7 @@ main(int ac, char **av)
if (options.rhosts_rsa_authentication ||
options.hostbased_authentication) {
sensitive_data.nkeys = 3;
- sensitive_data.keys = xcalloc(sensitive_data.nkeys,
+ sensitive_data.keys = xcalloc(sensitive_data.nkeys,
sizeof(Key));
PRIV_START;