=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- src/usr.bin/ssh/ssh.c 2006/03/25 13:17:02 1.273 +++ src/usr.bin/ssh/ssh.c 2006/03/28 00:12:31 1.274 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -673,7 +673,7 @@ 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;