diff options
| author | 2006-03-28 00:12:31 +0000 | |
|---|---|---|
| committer | 2006-03-28 00:12:31 +0000 | |
| commit | 3fa3d0dc8d27947fc7dbbbcffb8d4efb995bad69 (patch) | |
| tree | c231b871c1a5fdb01668b05934fb8cc59b0073f4 /usr.bin/ssh/ssh.c | |
| parent | always use a format string for addargs; spotted by mouring@ (diff) | |
| download | wireguard-openbsd-3fa3d0dc8d27947fc7dbbbcffb8d4efb995bad69.tar.xz wireguard-openbsd-3fa3d0dc8d27947fc7dbbbcffb8d4efb995bad69.zip | |
spacing
Diffstat (limited to 'usr.bin/ssh/ssh.c')
| -rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
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; |
