- djm@cvs.openbsd.org 2010/02/09 00:50:59

[ssh-keygen.c]
     fix -Wall
This commit is contained in:
Damien Miller 2010-02-12 09:22:57 +11:00
parent a183c6edee
commit 86cbb44d47
2 changed files with 5 additions and 2 deletions

View File

@ -21,6 +21,9 @@
- djm@cvs.openbsd.org 2010/02/09 00:50:36
[ssh-agent.c]
fallout from PKCS#11: unbreak -D
- djm@cvs.openbsd.org 2010/02/09 00:50:59
[ssh-keygen.c]
fix -Wall
20100210
- (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for

View File

@ -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
@ -460,7 +460,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;