diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keygen.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -21,6 +21,9 @@ | |||
21 | - djm@cvs.openbsd.org 2010/02/09 00:50:36 | 21 | - djm@cvs.openbsd.org 2010/02/09 00:50:36 |
22 | [ssh-agent.c] | 22 | [ssh-agent.c] |
23 | fallout from PKCS#11: unbreak -D | 23 | fallout from PKCS#11: unbreak -D |
24 | - djm@cvs.openbsd.org 2010/02/09 00:50:59 | ||
25 | [ssh-keygen.c] | ||
26 | fix -Wall | ||
24 | 27 | ||
25 | 20100210 | 28 | 20100210 |
26 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for | 29 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for |
diff --git a/ssh-keygen.c b/ssh-keygen.c index 005f9c7ab..b6b7a2d9f 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.177 2010/02/08 10:50:20 markus Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.178 2010/02/09 00:50:59 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 |
@@ -460,7 +460,7 @@ do_print_public(struct passwd *pw) | |||
460 | } | 460 | } |
461 | 461 | ||
462 | static void | 462 | static void |
463 | do_download(struct passwd *pw, const char *pkcs11provider) | 463 | do_download(struct passwd *pw, char *pkcs11provider) |
464 | { | 464 | { |
465 | #ifdef ENABLE_PKCS11 | 465 | #ifdef ENABLE_PKCS11 |
466 | Key **keys = NULL; | 466 | Key **keys = NULL; |