]> andersk Git - openssh.git/blobdiff - ssh.c
- deraadt@cvs.openbsd.org 2006/03/28 00:12:31
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 00995e5dc84a8ce08d6bb1c2af13b36883d31fff..7e0a8ba4bb7ca345b9ed44e3425c04bd683ec4b2 100644 (file)
--- a/ssh.c
+++ b/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
@@ -688,7 +688,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;
This page took 0.031777 seconds and 4 git commands to generate.