~ubuntu-branches/ubuntu/natty/openssh/natty

« back to all changes in this revision

Viewing changes to ssh.c

   - deraadt@cvs.openbsd.org 2006/03/28 00:12:31
     [README.tun ssh.c]
     spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
3
 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4
4
 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
688
688
        if (options.rhosts_rsa_authentication ||
689
689
            options.hostbased_authentication) {
690
690
                sensitive_data.nkeys = 3;
691
 
                sensitive_data.keys = xcalloc(sensitive_data.nkeys, 
 
691
                sensitive_data.keys = xcalloc(sensitive_data.nkeys,
692
692
                    sizeof(Key));
693
693
 
694
694
                PRIV_START;