summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2010-02-09 00:51:00 +0000
committerDamien Miller <djm@cvs.openbsd.org>2010-02-09 00:51:00 +0000
commitcb12f1b0a510b1f89a1b3233ccba98a035aa195b (patch)
tree0f7ed0c28a2fab8494321c3a20cf4894b627c160 /usr.bin/ssh
parentccc06027b35931ceca4af8cdefe23e6f6103f471 (diff)
fix -Wall
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 905a6e0467b..c6551bb20bc 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.177 2010/02/08 10:50:20 markus Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.178 2010/02/09 00:50:59 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -452,7 +452,7 @@ do_print_public(struct passwd *pw)
}
static void
-do_download(struct passwd *pw, const char *pkcs11provider)
+do_download(struct passwd *pw, char *pkcs11provider)
{
#ifdef ENABLE_PKCS11
Key **keys = NULL;