mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
parent
a183c6edee
commit
86cbb44d47
@ -21,6 +21,9 @@
|
|||||||
- djm@cvs.openbsd.org 2010/02/09 00:50:36
|
- djm@cvs.openbsd.org 2010/02/09 00:50:36
|
||||||
[ssh-agent.c]
|
[ssh-agent.c]
|
||||||
fallout from PKCS#11: unbreak -D
|
fallout from PKCS#11: unbreak -D
|
||||||
|
- djm@cvs.openbsd.org 2010/02/09 00:50:59
|
||||||
|
[ssh-keygen.c]
|
||||||
|
fix -Wall
|
||||||
|
|
||||||
20100210
|
20100210
|
||||||
- (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
|
- (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
|
||||||
|
@ -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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -460,7 +460,7 @@ do_print_public(struct passwd *pw)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
do_download(struct passwd *pw, const char *pkcs11provider)
|
do_download(struct passwd *pw, char *pkcs11provider)
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_PKCS11
|
#ifdef ENABLE_PKCS11
|
||||||
Key **keys = NULL;
|
Key **keys = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user