diff options
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index bb108519c..6426bb743 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.341 2019/09/01 23:47:32 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.342 2019/09/02 23:46:46 djm 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 |
@@ -271,7 +271,7 @@ ask_filename(struct passwd *pw, const char *prompt) | |||
271 | } | 271 | } |
272 | 272 | ||
273 | static struct sshkey * | 273 | static struct sshkey * |
274 | load_identity(char *filename, char **commentp) | 274 | load_identity(const char *filename, char **commentp) |
275 | { | 275 | { |
276 | char *pass; | 276 | char *pass; |
277 | struct sshkey *prv; | 277 | struct sshkey *prv; |