summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 0dfad08c4..4b58ddaee 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.350 2019/09/16 03:23:02 djm Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.351 2019/09/24 12:50:46 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -93,7 +93,7 @@ static int print_bubblebabble = 0;
93static int fingerprint_hash = SSH_FP_HASH_DEFAULT; 93static int fingerprint_hash = SSH_FP_HASH_DEFAULT;
94 94
95/* The identity file name, given on the command line or entered by the user. */ 95/* The identity file name, given on the command line or entered by the user. */
96static char identity_file[1024]; 96static char identity_file[PATH_MAX];
97static int have_identity = 0; 97static int have_identity = 0;
98 98
99/* This is set to the passphrase if given on the command line. */ 99/* This is set to the passphrase if given on the command line. */