]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix -Wshadow warning
authordjm@openbsd.org <djm@openbsd.org>
Thu, 31 Oct 2019 21:28:27 +0000 (21:28 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 31 Oct 2019 22:46:10 +0000 (09:46 +1100)
OpenBSD-Commit-ID: 3441eb04f872a00c2483c11a5f1570dfe775103c

ssh-keygen.c

index 14bf2560d6d453f9c0e0b6a4385bdf2114208d0c..0d0586576214efa57240d0cec3d2a961261039dc 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.358 2019/10/31 21:23:19 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.359 2019/10/31 21:28:27 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1711,7 +1711,7 @@ load_pkcs11_key(char *path)
 static int
 agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,
     const u_char *data, size_t datalen,
-    const char *alg, const char *sk_provider, u_int compat, void *ctx)
+    const char *alg, const char *provider, u_int compat, void *ctx)
 {
        int *agent_fdp = (int *)ctx;